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