Sign in
go
/
vscode-go
/
9b537762c5946f288e6d3247c265257fb81ec0ef
/
.
/
test
/
testdata
/
fillStruct
/
input_2.go
blob: 94e71bc52adc668e0d8c1ef686c7c4e0686432ad [
file
] [
log
] [
blame
]
package main
import (
"net/http"
)
func main() {
_ = http.Client{}
}