blob: 94e71bc52adc668e0d8c1ef686c7c4e0686432ad [file] [log] [blame]
package main
import (
"net/http"
)
func main() {
_ = http.Client{}
}