Commits


lint/vet: address several issues identified by lint/vet Signed-off-by: Stephen J Day <stephen.day@docker.com>


Merge pull request #12 from docker/move-email Moved to official docker email


Moved to official docker email Signed-off-by: French Ben <frenchben@docker.com>


Merge pull request #11 from thaJeztah/add-maintainers-file Add MAINTAINERS and Contributing.md


Add MAINTAINERS and Contributing.md Signed-off-by: Sebastiaan van Stijn <github@gone.nl>


Merge pull request #9 from stevvooe/more-badges badges: more badges for great health


Merge pull request #10 from stevvooe/log-unknown-client-tag client: log messages with unknown tags


badges: more badges for great health Adding the Go report card badge. Signed-off-by: Stephen J Day <stephen.day@docker.com>


client: log messages with unknown tags Several clients have experienced panics after receiving unknown tags. The exact cause of these unknown messages is unknown. It is also not clear whether an unknown tag should be fatal to the session. This change provides more information in the panic message which we can then use to better understand this condition. Signed-off-by: Stephen J Day <stephen.day@docker.com>


Merge pull request #8 from stevvooe/err-instead-nil errors: return errors rather than nil


Merge pull request #7 from stevvooe/readme-doc-link readme: add link to GoDoc in prose


errors: return errors rather than nil Signed-off-by: Stephen J Day <stephen.day@docker.com>


Merge pull request #6 from stevvooe/status-badges badge: add nice badges for good health


readme: add link to GoDoc in prose Upon further examination, the GoDoc is a very good source of documentation for this package. Send users there for now. Signed-off-by: Stephen J Day <stephen.day@docker.com>


badge: add nice badges for good health A good open source project is measured by the number of badges at the top of the README. For now, we have two, but you have to start somewhere. Signed-off-by: Stephen J Day <stephen.day@docker.com>