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