package main import ( "fmt" ) const ( Version = "1.2" ) func printVersion() { fmt.Println("gost", Version) }