Skip to content

Instantly share code, notes, and snippets.

@liamstask
Created November 11, 2015 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liamstask/87d2e90958de030ecbaa to your computer and use it in GitHub Desktop.
Save liamstask/87d2e90958de030ecbaa to your computer and use it in GitHub Desktop.
gb test repro
package main
func main() {
println("main")
}
package main
import(
"testing"
)
func TestMyMain(t *testing.T) {
println("hi")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment