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