github.com/gophergala2016/cmd-go-js@v0.0.0-20160421080227-24a7748a7d62/cmd/go/testdata/src/vend/hello/hello.go (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"strings" // really ../vendor/strings
     6  )
     7  
     8  func main() {
     9  	fmt.Printf("%s\n", strings.Msg)
    10  }