From 79328b29c6294ca3e12ce6163f125728a62b4ad9 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 19 Jul 2016 10:35:13 -0400 Subject: 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 --- go-code.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go-code.md') 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. -- cgit v1.2.3