Closed cstayyab closed 6 years ago
I got an error while trying to install Glutton:
Command: go get github.com/mushorg/glutton Error: package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname) OS: Debian 9 GO Version: 1.8
All environment variables set and all dependencies are fulfilled.
Solved the issue by upgrading to golang-1.9.7, which probably means that Glutton requires golang-1.9 not go-1.7+
I got an error while trying to install Glutton:
Command: go get github.com/mushorg/glutton Error: package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname) OS: Debian 9 GO Version: 1.8
All environment variables set and all dependencies are fulfilled.