asciimoo / wuzz

Interactive cli tool for HTTP inspection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: ./wuzz.go:1605: undefined: http.ErrUseLastResponse

WellerQu opened this issue · comments

when I typed "go get github.com/asciimoo/wuzz" in zsh, I get the error in title.

go get github.com/asciimoo/wuzz
# github.com/asciimoo/wuzz
./wuzz.go:1605: undefined: http.ErrUseLastResponse 

Help me, please. Thanks ^_^

@WellerQu try it with go version >=1.7
Feel free to reopen the issue if the above solution doesn't help.

Thanks @asciimoo , I resolved it. You are right.