...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Source file
src
/
go
/
build
/
testdata
/
multi
/
file_appengine.go
Documentation:
go/build/testdata/multi
1
// Test data - not compiled.
2
3
package test_package
4
5
func init() {}
6
View as plain text