diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-20 18:35:40 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-20 18:40:20 +0800 |
commit | 81dea2d8e796b60ca9325bd2a3e502b71e25e6cc (patch) | |
tree | 9b5efdd2ce97ef751add96696b5d6b331697a4e0 /update-license.go | |
parent | 639ac5c3daa253f36d41672165a5727d8eba207e (diff) | |
download | go-tangerine-81dea2d8e796b60ca9325bd2a3e502b71e25e6cc.tar.gz go-tangerine-81dea2d8e796b60ca9325bd2a3e502b71e25e6cc.tar.zst go-tangerine-81dea2d8e796b60ca9325bd2a3e502b71e25e6cc.zip |
update-license.go: add blank line after build tag
This silences "go install ./...". For some reason it started
complaining with go 1.4.2.
Diffstat (limited to 'update-license.go')
-rw-r--r-- | update-license.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-license.go b/update-license.go index d5e21fdd3..832a94712 100644 --- a/update-license.go +++ b/update-license.go @@ -1,4 +1,5 @@ // +build none + /* This command generates GPL license headers on top of all source files. You can run it once per month, before cutting a release or just |