initial commit

This commit is contained in:
Ishan Jain 2024-06-08 13:17:52 +05:30
commit 4db16ac548
Signed by: ishan
GPG Key ID: 0506DB2A1CC75C27
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitea-github-mirror
go 1.22.3

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}