From 632df9978e1fb2ff80574ef97d06e53ab1678a1d Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 28 Oct 2021 12:55:40 +0800 Subject: [PATCH] Chore: version fmt --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 8bc6761a..e4481f13 100644 --- a/main.go +++ b/main.go @@ -46,9 +46,9 @@ func init() { } func main() { - maxprocs.Set(maxprocs.Logger(func(string, ...interface{}) {})) + _, _ = maxprocs.Set(maxprocs.Logger(func(string, ...interface{}) {})) if version { - fmt.Printf("Clash %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime) + fmt.Printf("Clash with tun deveice %s %s %s with %s %s\n", C.Version, runtime.GOOS, runtime.GOARCH, runtime.Version(), C.BuildTime) return }