package main import ( "fmt" "testing" ) func TestGaper(t *testing.T) { fmt.Println("Sample test") }