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