diff options
author | Clayton Walker <claytonwalkerucf@knights.ucf.edu> | 2015-10-08 23:24:25 -0400 |
---|---|---|
committer | Clayton Walker <claytonwalkerucf@knights.ucf.edu> | 2015-10-08 23:24:25 -0400 |
commit | bc065831ce25467ba06d3cf6e6ad159eed16a525 (patch) | |
tree | 5333806e73dbc7db9f0bf019ea0e9cae9ba36a9c /go.html.markdown | |
parent | 56ec0882a4e9c1e13dfbff20b4d15470c130c1f3 (diff) |
Added suggested changes
Diffstat (limited to 'go.html.markdown')
-rw-r--r-- | go.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go.html.markdown b/go.html.markdown index f9821a0c..646a5650 100644 --- a/go.html.markdown +++ b/go.html.markdown @@ -408,8 +408,8 @@ func requestServer() { The root of all things Go is the [official Go web site](http://golang.org/). There you can follow the tutorial, play interactively, and read lots. -Aside from a tour, [the docs](https://golang.org/doc/) contain how to write -clean and effective Go code, package and command docs, and release history. +Aside from a tour, [the docs](https://golang.org/doc/) contain information on +how to write clean and effective Go code, package and command docs, and release history. The language definition itself is highly recommended. It's easy to read and amazingly short (as language definitions go these days.) |