TyphoonMC / TyphoonLimbo

Lightweight minecraft limbo server
GNU General Public License v2.0
92 stars 13 forks source link

Cannot build: cannot find package #36

Open ajgeiss0702 opened 4 years ago

ajgeiss0702 commented 4 years ago

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?

DomiiBunn commented 4 years ago

Bump

DomiiBunn commented 4 years ago

I am not familiar with go. What am I doing wrong?

You could try to get the package your self whoever that also just fails

go get github.com/TyphoonMC/TyphoonCore
DomiiBunn commented 4 years ago

Building this tag works https://github.com/TyphoonMC/TyphoonLimbo/releases/tag/1.0.4 rly old tho