package tests import ( "fmt" "testing" ) func Test_test(T *testing.T) { fmt.Printf("Hello World") }