go-mod-test/main.go

8 lines
77 B
Go

package gomodtest
import "fmt"
func TestFunc() {
fmt.Print("TEST CODE")
}