diff options
Diffstat (limited to 'content/go-fmt-your-code.article')
-rw-r--r-- | content/go-fmt-your-code.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go-fmt-your-code.article b/content/go-fmt-your-code.article index 91d41f7..7f3a350 100644 --- a/content/go-fmt-your-code.article +++ b/content/go-fmt-your-code.article @@ -1,7 +1,7 @@ # go fmt your code 23 Jan 2013 Tags: gofix, gofmt, technical -Summary: [Gofmt](https://golang.org/cmd/gofmt/) is a tool that automatically formats Go source code. +Summary: How and why to format your Go code using gofmt. Andrew Gerrand |