Files
virtual-kubelet/vendor/github.com/docker/spdystream/CONTRIBUTING.md
Brian Goff 77069e63e5 Update to use go modules (#671)
This includes updates to CI config, vendor files, etc.
I've hard-coded the k8s depedency at 1.13.4 to keep it inline with what
we currently have and to make sure a another run of `go mod tidy`
doesn't accidentally update it to an unexpected version.

Thanks to hectorj2f for carrying this along.
2019-06-19 16:17:22 +01:00

442 B

Contributing to SpdyStream

Want to hack on spdystream? Awesome! Here are instructions to get you started.

SpdyStream is a part of the Docker project, and follows the same rules and principles. If you're already familiar with the way Docker does things, you'll feel right at home.

Otherwise, go read Docker's contributions guidelines.

Happy hacking!