Initial commit

This commit is contained in:
Thomas Boerger
2019-09-05 11:41:41 +02:00
commit 37a9b0ea0b
31 changed files with 2072 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package version
var (
// String gets defined by the build system.
String = "0.0.0"
// Date indicates the build date.
Date = "00000000"
)