mperham / inspeqtor

Monitor your application infrastructure!
GNU General Public License v3.0
1.66k stars 72 forks source link

go get fails on Go 1.8 #138

Closed alanorth closed 7 years ago

alanorth commented 7 years ago

Trying to build locally with go get fails with Go 1.8 on macOS Sierra:

$ go get github.com/mperham/inspeqtor
# github.com/mperham/inspeqtor
../../go/src/github.com/mperham/inspeqtor/actions.go:27: undefined: Asset

Go version:

$ go version
go version go1.8 darwin/amd64
mperham commented 7 years ago

Inspeqtor is not go gettable. You have to build it with the Makefile as the Asset file has to be generated.

On Mar 20, 2017, at 06:25, Alan Orth notifications@github.com wrote:

Trying to go get inspeqtor fails with Go 1.8 on macOS Sierra:

$ go get github.com/mperham/inspeqtor

github.com/mperham/inspeqtor

../../go/src/github.com/mperham/inspeqtor/actions.go:27: undefined: Asset — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

alanorth commented 7 years ago

Muchas gracias.

mperham commented 7 years ago

In case you didn't notice:

https://github.com/mperham/inspeqtor/wiki/Development https://github.com/mperham/inspeqtor/wiki/Installation