go-mod-test/main.go

8 lines
77 B
Go
Raw Normal View History

2024-01-24 06:47:57 +00:00
package gomodtest
import "fmt"
func TestFunc() {
fmt.Print("TEST CODE")
}