Closed Fastidious closed 6 years ago
➜ go get ./...
➜ go build or go install
➜ ./tgram or ~/go/bin/tgram
I get:
go: warning: "./..." matched no packages
Do I need to clone the repository first, and run those within the cloned repository directory?
Answering to myself:
GOPATH
and GOBIN
defined.
export GOPATH=/path/you/want/to/use
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
GOPATH
.go get ./...
within the cloned repository.GOBIN
.
I am a little bit lost on how to compile this. I would rather not use Fresh, so, which are the simple steps to get it compiled? Thanks!