kite
kite copied to clipboard
Install Issue
Go version: Go1.14 command: go get github.com/koding/kite OS: macOS Catalina v.10.15.5 error:
pkg/mod/github.com/koding/[email protected]/kite.go:177:21: not enough arguments in call to uuid.Must
have (uuid.UUID)
want (uuid.UUID, error)
How did you solve it?
@LBiff the same here
does this project still maintainable?
@LBiff the same here
I don't know how to slove that, and have tried "Convert project with 'Go module'", still doesn't work.
@LBiff the same here
I don't know how to slove that, and have tried "Convert project with 'Go module'", still doesn't work.
We've made a GoModule and we updated the dependency (https://github.com/satori/go.uuid/issues/70) And than everything worked fine :)
@LBiff the same here
I don't know how to slove that, and have tried "Convert project with 'Go module'", still doesn't work.
We've made a GoModule and we updated the dependency (satori/go.uuid#70) And than everything worked fine :)
Thanks, get you.