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