mirror of https://github.com/ginuerzh/gost
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
package main |
||||
|
|
||||
|
import ( |
||||
|
"fmt" |
||||
|
) |
||||
|
|
||||
|
const ( |
||||
|
Version = "1.2" |
||||
|
) |
||||
|
|
||||
|
func printVersion() { |
||||
|
fmt.Println("gost", Version) |
||||
|
} |
||||
Loading…
Reference in new issue