diff options
| author | Jess Frazelle <me@jessfraz.com> | 2016-07-19 10:35:13 -0400 |
|---|---|---|
| committer | Jess Frazelle <jessfraz@google.com> | 2016-07-25 10:49:36 -0700 |
| commit | 79328b29c6294ca3e12ce6163f125728a62b4ad9 (patch) | |
| tree | f83b2808661510008e884d17d571e30162bc9dd5 /go-code.md | |
| parent | faf0f87d8186292cd378a370674be6438e9be166 (diff) | |
Update the devel docs with where and how to change the go version being used to
build and test k8s.
Signed-off-by: Jess Frazelle <me@jessfraz.com>
Diffstat (limited to 'go-code.md')
| -rw-r--r-- | go-code.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ and tips that our developers have found useful. ## Recommended Reading - [Kubernetes Go development environment](development.md#go-development-environment) +- [The Go Spec](https://golang.org/ref/spec) - The Go Programming Language + Specification. - [Go Tour](https://tour.golang.org/welcome/2) - Official Go tutorial. - [Effective Go](https://golang.org/doc/effective_go.html) - A good collection of Go advice. - [Kubernetes Code conventions](coding-conventions.md) - Style guide for Kubernetes code. |
