aboutsummaryrefslogtreecommitdiff
path: root/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-06 20:44:48 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-06 20:44:48 +0000
commit8e2e8831c5b7ead123556bd76c1a30a7dff9c985 (patch)
tree628604ee13524e1f30340dd5ada1ace1cdec95b9 /content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
parent738322da17c47eb76f9c5b168cb8a692408184a0 (diff)
downloadcapotej.com-8e2e8831c5b7ead123556bd76c1a30a7dff9c985.tar.gz
more post tweaks
Diffstat (limited to 'content/post/2013-10-07-golang-http-handlers-as-middleware.markdown')
-rw-r--r--content/post/2013-10-07-golang-http-handlers-as-middleware.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown b/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
index 243f92f..a42405b 100644
--- a/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
+++ b/content/post/2013-10-07-golang-http-handlers-as-middleware.markdown
@@ -1,5 +1,5 @@
---
-title: "Golang http handlers as middleware"
+title: "Golang HTTP Handlers as Middleware"
date: 2013-10-07T08:52:00Z
comments: true
tags: ["go", "http"]