TyphoonMC / TyphoonLimbo

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

.\config.go:27:23: not enough arguments in call to uuid.Must #27

Closed MattPuffin closed 5 years ago

MattPuffin commented 5 years ago

Im really sorry if this is the wrong place to be posting this. And im really sorry for how useless I am at these sorts of things!

Im using Git to build TyphoonLimbo with the commands listed on the Wiki. When i do go build I get this error:

$ go build

TyphoonLimbo

.\config.go:27:23: not enough arguments in call to uuid.Must have (uuid.UUID) want (uuid.UUID, error)

mikroskeem commented 5 years ago

Change UUID: uuid.Must(uuid.NewV4()), to UUID: uuid.NewV4(),

and you're good to go

MattPuffin commented 5 years ago

Dude, you're a legend! Sorry I didnt read the pull request!

skyforce77 commented 5 years ago

Added some tags in go.uuid and TyphoonCore so it shouldn't happen anymore