summaryrefslogtreecommitdiff
path: root/go-code.md
diff options
context:
space:
mode:
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.