diff options
Diffstat (limited to '_posts/2015-07-15-go-http.md')
-rw-r--r-- | _posts/2015-07-15-go-http.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_posts/2015-07-15-go-http.md b/_posts/2015-07-15-go-http.md index 334d68a..7da7d6b 100644 --- a/_posts/2015-07-15-go-http.md +++ b/_posts/2015-07-15-go-http.md @@ -1,5 +1,8 @@ --- title: Go's http package by example +description: >- + The basics of using, testing, and composing apps built using go's net/http + package. --- Go's [http](http://golang.org/pkg/net/http/) package has turned into one of my |