Chore: -v add golang version

This commit is contained in:
gVisor bot 2021-04-04 17:36:22 +08:00
parent 457d381ea2
commit e94766eb56

View File

@ -45,7 +45,7 @@ func init() {
func main() {
if version {
fmt.Printf("Clash %s %s %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, C.BuildTime)
fmt.Printf("Clash %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime)
return
}