about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-05-08T11·47+0200
committerVincent Ambo <tazjin@gmail.com>2017-05-08T11·47+0200
commitd15dfefce2c2e29205b25f1317f706588d8062a3 (patch)
tree427e2a85ada5df07c16bad35633764f4c00ed675 /main.go
parent1e3ecad709691256d5dabcab448e946aa543bb85 (diff)
feat build: Add ArchLinux PKGBUILD
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 23b4e6c2c0..53f4defd85 100644
--- a/main.go
+++ b/main.go
@@ -12,6 +12,7 @@ import (
 )
 
 const version string = "1.0"
+
 // This variable will be initialised by the Go linker during the builder
 var gitHash string