koding / kite

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

kite/client: make *Client/*Kite implement io.Closer interface #183

Open rjeczalik opened 7 years ago

rjeczalik commented 7 years ago

Currently Kite and Client does not implement io.Closer interface. Fix it.

This change is backward-incompatible, but it's considered a bug.