package simple import ( "fmt" "testing" ) func TestSimpleParser(t *testing.T) { fmt.Println("hello") }