s-rah/onionscan

Update golang version in readme

zerocod3r opened this issue · 0 comments

The golang version specified in README.md i.e 1.6 to 1.7 has broken and unavailable packages required by onionscan. The package math/bits required by onionscan is not available in those packages and available from GO 1.9 onwards. Also the dependency package installation gives error unrecognized import path with go get.

Oldest GO version compatible with onionscan is GO 1.9, update README.md with it.