summaryrefslogtreecommitdiff
path: root/public/git-go-pre-commit.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/git-go-pre-commit.md')
-rw-r--r--public/git-go-pre-commit.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/git-go-pre-commit.md b/public/git-go-pre-commit.md
index 84137cc..98e7b28 100644
--- a/public/git-go-pre-commit.md
+++ b/public/git-go-pre-commit.md
@@ -1,7 +1,9 @@
A git pre-commit hook for automatically formatting Go code
==========================================================
-:copyright 2013 Luke Shumaker
-:license WTFPL-2
+---
+date: 2013-10-12
+license: WTFPL-2
+---
One of the (many) wonderful things about the Go programming language
is the `gofmt` tool, which formats your source in a canonical way. I