...
Go Documentation Server
GoDoc
▽
submit search
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