github.com/gophergala2016/cmd-go-js@v0.0.0-20160421080227-24a7748a7d62/cmd/go/testdata/src/vend/hello/hellox_test.go (about) 1 package main_test 2 3 import ( 4 "strings" // really ../vendor/strings 5 "testing" 6 ) 7 8 func TestMsgExternal(t *testing.T) { 9 if strings.Msg != "hello, world" { 10 t.Fatal("unexpected msg: %v", strings.Msg) 11 } 12 }