Renamed module in go.mod

This commit is contained in:
moony 2022-01-13 02:35:19 -08:00
parent 514f9073f9
commit 81dfca49f1
2 changed files with 6 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module main
module mullfast
go 1.17

5
pkg/version.go Normal file
View File

@ -0,0 +1,5 @@
package pkg
func Version() {
println("hello world")
}