github.com/sdboyer/gps@v0.16.3/_testdata/src/varied/main.go (about) 1 package main 2 3 import ( 4 "net/http" 5 ) 6 7 var ( 8 _ = http.Client 9 )