Find internal positioning server - not installing on RPI3

Hi Guys,

As the title says I’m trying to install Find on an RPI3 using Go1.5.2 but I don’t get very far the instructions are …

$ git clone https://github.com/schollz/find.git
$ cd find
$ go get ./…
$ go build

when I do go get ./… i get …
package context: unrecognized import path “context”
# cd .; git clone https://github.com/foo/vendored /home/pi/.gvm/pkgsets/go1.5/global/src/github.com/foo/vendored
Cloning into ‘/home/pi/.gvm/pkgsets/go1.5/global/src/github.com/foo/vendored’…
fatal: could not read Username for ‘https://github.com’: terminal prompts disabled
package github.com/foo/vendored: exit status 128
package git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git: cannot download, git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang uses insecure protocol
package git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang.git/packets: cannot download, git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.golang uses insecure protocol

Anyone have any ideas what I’m doing wrong? Thanks for any advice :slight_smile: