koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

Update kite.go #218

Closed ghost closed 6 years ago

ghost commented 6 years ago

uuid.NewV4() return multi-value, ref [https://github.com/satori/go.uuid/blob/master/generator.go#L166]

rjeczalik commented 6 years ago

@nophase Could you please also update Gopkg.toml?

Please see https://github.com/koding/kite/pull/217 for related discussion.

Nifty255 commented 6 years ago

@rjeczalik I should also note that, despite your recommendation to use "dep" in #217 , the very README of this repository recommends using "go get", causing most of this issue. Secondly, if so many people keep creating the same pull request that you keep closing, why haven't you fixed the issue yourself in the project you manage?

rjeczalik commented 6 years ago

Superseded by #221.