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