Hello,
I am trying to compile the build, but I am getting these errors:
config.go:5:2: cannot find package "github.com/TyphoonMC/TyphoonCore" in any of:
/usr/lib/go-1.10/src/github.com/TyphoonMC/TyphoonCore (from $GOROOT)
/home/aiden/go/src/github.com/TyphoonMC/TyphoonCore (from $GOPATH)
config.go:6:2: cannot find package "github.com/TyphoonMC/go.uuid" in any of:
/usr/lib/go-1.10/src/github.com/TyphoonMC/go.uuid (from $GOROOT)
/home/aiden/go/src/github.com/TyphoonMC/go.uuid (from $GOPATH)
I am not familiar with go. What am I doing wrong?
Hello,
I am trying to compile the build, but I am getting these errors:
I am not familiar with go. What am I doing wrong?