Add Makefile and version.sh, add 'version' command

This commit is contained in:
Alexander Neumann
2014-11-15 19:08:15 +01:00
parent ebd4f97350
commit 8277daa9e1
6 changed files with 109 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
// +build !debug
package main
func debug(fmt string, args ...interface{}) {}