github.com/gophergala2016/cmd-go-js@v0.0.0-20160421080227-24a7748a7d62/samples/hello-world/main_test.go (about) 1 package main 2 3 import "testing" 4 5 func TestBasic(t *testing.T) { 6 if 1+2 != 3 { 7 t.Error("failed a basic test") 8 } 9 }