I followed the compilation instructions from the README.md, but I get this error:
$ go build main.go
main.go:6:2: cannot find package "github.com/astaxie/beego" in any of:
/usr/lib/go-1.10/src/github.com/astaxie/beego (from $GOROOT)
/home/test/go/src/github.com/astaxie/beego (from $GOPATH)
Can you please extend the instructions on how to install the dependencies?
I followed the compilation instructions from the README.md, but I get this error:
Can you please extend the instructions on how to install the dependencies?