github.com/neilgarb/delve@v1.9.2-nobreaks/_fixtures/clientdo.go (about) 1 package main 2 3 import ( 4 "net/http" 5 "net/url" 6 ) 7 8 func main() { 9 http.DefaultClient.Do(&http.Request{URL: &url.URL{}}) 10 }