...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Source file
src
/
cmd
/
go
/
internal
/
imports
/
testdata
/
star
/
x.go
Documentation:
cmd/go/internal/imports/testdata/star
1
package x
2
3
import "import1"
4
View as plain text