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