diff options
Diffstat (limited to 'templates/go/main.go')
| -rw-r--r-- | templates/go/main.go | 4 |
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!") } |
