github.com/sdboyer/gps@v0.16.3/_testdata/src/varied/simple/another/another_test.go (about)

     1  package another
     2  
     3  import "encoding/binary"
     4  
     5  var (
     6  	_ = binary.PutVarint
     7  )