Source file src/cmd/go/internal/imports/testdata/android/f.go

     1  //go:build linux
     2  // +build linux
     3  
     4  package android
     5  
     6  import _ "f"
     7  

View as plain text