init commit

This commit is contained in:
lyx0 2021-09-20 03:45:13 +02:00
parent ac7b6a3824
commit e02af04fa1
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/lyx0/nourybot
go 1.17

7
main.go Normal file
View file

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