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