tomnomnom / hacks

A collection of hacks and one-off scripts
2.12k stars 633 forks source link

installtion error #17

Open chawdamrunal opened 4 years ago

chawdamrunal commented 4 years ago

go get -u github.com/tomnomnom/hacks/anti-burl

github.com/tomnomnom/hacks/anti-burl

/root/.go/src/github.com/tomnomnom/hacks/anti-burl/main.go:52:4: error: unknown field ‘MaxConnsPerHost’ in ‘http.Transport’ MaxConnsPerHost: concurrency, ^ /root/.go/src/github.com/tomnomnom/hacks/anti-burl/main.go:49:14: error: incompatible type for field 1 in struct construction (type has no methods) Transport: &http.Transport{

ilyaglow commented 4 years ago

You probably should update your version of Go

Spy0x7 commented 4 years ago

follow this install latest version of go https://tecadmin.net/install-go-on-ubuntu/