schollz / find-lf

Track the location of every Wi-Fi device (:iphone:) in your house using Raspberry Pis and FIND
https://www.internalpositioning.com/plugins/#using-find-without-an-app
GNU Affero General Public License v3.0
994 stars 123 forks source link

building error for server #24

Open hellowtisch opened 6 years ago

hellowtisch commented 6 years ago

go build in the server directory leads to the following result:

server.go:20:2: cannot find package "github.com/gin-gonic/gin" in any of: /usr/lib/go-1.6/src/github.com/gin-gonic/gin (from $GOROOT)

schollz commented 6 years ago

Oops sorry you should do

go get github.com/gin-gonic/gin