...
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
/
illumos
/
e.go
Documentation:
cmd/go/internal/imports/testdata/illumos
1
//go:build illumos
2
// +build illumos
3
4
package illumos
5
6
import _ "e"
7
View as plain text