s-rah / onionscan

OnionScan is a free and open source tool for investigating the Dark Web.
https://twitter.com/OnionScan
Other
2.89k stars 599 forks source link

package math/bits: unrecognized import path "math/bits" #155

Closed sadhusreenivas closed 6 years ago

sadhusreenivas commented 6 years ago

When executing this command, go get github.com/s-rah/onionscan the above mentioned error is coming : (package math/bits: unrecognized import path "math/bits")

I am using Go 1.7 How to solve this issue??

sadhusreenivas commented 6 years ago

Installed Go1.9 and solved the problem!