Chore: -v add golang version
This commit is contained in:
parent
457d381ea2
commit
e94766eb56
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue