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