about summary refs log tree commit diff
path: root/templates/go/main.go
blob: b5b1c7a6aca17e046d1cc0664b33fe711a1ce49f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package main

import "fmt"

var (
	Version, BuildDate string
)

func main() {
	fmt.Println("hello world!")
}