aboutsummaryrefslogtreecommitdiff
path: root/templates/go/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/go/main.go')
-rw-r--r--templates/go/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/go/main.go b/templates/go/main.go
index 7776ec8..b5b1c7a 100644
--- a/templates/go/main.go
+++ b/templates/go/main.go
@@ -2,6 +2,10 @@ package main
import "fmt"
+var (
+ Version, BuildDate string
+)
+
func main() {
fmt.Println("hello world!")
}