package main import ( "fmt" ) //go:generate go run ./gen_version.go func main() { fmt.Println("gitVersion", gitVersion) }