KyleBanks / goggles

🔭 Goggles is a cross-platform GUI for your $GOPATH!
Apache License 2.0
671 stars 18 forks source link

Newcomer's first install failed #36

Closed kisPocok closed 7 years ago

kisPocok commented 7 years ago

Hi Gogglers,

I tried to install the app on Mac OS but it fails. My terminal says:

$ go get github.com/KyleBanks/goggles/cmd/goggles
# github.com/KyleBanks/goggles/server/api
src/github.com/KyleBanks/goggles/server/api/pkg.go:17: undefined: sort.Slice

Could you help me?

KyleBanks commented 7 years ago

Hey! sort.Slice is a new feature in Go 1.8 so you'll need to upgrade in order to build from source.

KyleBanks commented 7 years ago

Just updated the docs to mention the 1.8 requirement

KyleBanks commented 7 years ago

@kisPocok btw you can grab the latest version of Go here