summaryrefslogtreecommitdiff
path: root/go-code.md
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-08-09 20:14:19 -0700
committerGitHub <noreply@github.com>2016-08-09 20:14:19 -0700
commit7214e0a0c4c59c561c726d77e75680e6e7ea583e (patch)
tree44f90834171a5179682ef5d64c091e5bba658e67 /go-code.md
parent2db30bd01f2412771f8b5764da2edf37486afa71 (diff)
parent79328b29c6294ca3e12ce6163f125728a62b4ad9 (diff)
Merge pull request #29200 from jfrazelle/update-devel-docs-for-where-to-up-go-version
Automatic merge from submit-queue Update the devel docs with where and how to change the go version Update the devel docs with where and how to change the go version being used to build and test k8s. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29200) <!-- Reviewable:end -->
Diffstat (limited to 'go-code.md')
-rw-r--r--go-code.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/go-code.md b/go-code.md
index 01b9c45c..e6416bed 100644
--- a/go-code.md
+++ b/go-code.md
@@ -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.