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

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

View as plain text