koding / kite

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

auth: more verbose errors #154

Closed rjeczalik closed 8 years ago

rjeczalik commented 8 years ago

The failure on master is caused by etcd using API from go1.5 - os.LookupEnv, needs to be pinned to 1.4-compatible release,

cihangir commented 8 years ago

👍