github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/cmd/go/testdata/src/dupload/dupload.go (about)

     1  package main
     2  
     3  import (
     4  	_ "dupload/p2"
     5  	_ "p"
     6  )
     7  
     8  func main() {}