go-dockercloud
go-dockercloud copied to clipboard
Go library for Docker Cloud API
Results
2
go-dockercloud issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hi, With the deprecation you don't say what replace this library. Please tell us what to use instead. Your documentation and its examples still points to this repo. See: https://docs.docker.com/apidocs/docker-cloud...
https://github.com/docker/go-dockercloud/blob/master/dockercloud/service.go#L148 It seems good to close channel then error happen ``` for { if err = ws.ReadJSON(&msg); err != nil { log.Println(err) break } c