mirror of
https://github.com/oneclickvirt/basics.git
synced 2026-04-23 00:37:11 +08:00
fix: 修复错误的打印方式
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ func main() {
|
||||
}
|
||||
res := system.CheckSystemInfo(language)
|
||||
fmt.Println("--------------------------------------------------")
|
||||
fmt.Printf(strings.ReplaceAll(res+ipInfo, "\n\n", "\n"))
|
||||
fmt.Print(strings.ReplaceAll(res+ipInfo, "\n\n", "\n"))
|
||||
fmt.Println("--------------------------------------------------")
|
||||
if runtime.GOOS == "windows" || runtime.GOOS == "darwin" {
|
||||
fmt.Println("Press Enter to exit...")
|
||||
|
||||
Reference in New Issue
Block a user