gitlab.com/Raven-IO/raven-delve@v1.22.4/_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  }