Source file src/cmd/go/internal/imports/testdata/android/g.go 1 //go:build !android 2 // +build !android 3 4 package android 5 6 import _ "g" 7 View as plain text