package main import "fmt" const ( version = "v0.1.1" ) func main() { fmt.Println("Hello, Go!") }