mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-30 19:46:40 +08:00
update
This commit is contained in:
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/oneclickvirt/basics/network"
|
||||
"github.com/oneclickvirt/basics/system"
|
||||
@@ -16,7 +17,6 @@ func main() {
|
||||
ipInfo, _, _ := network.NetworkCheck("both", false, "zh")
|
||||
res := system.CheckSystemInfo("zh")
|
||||
fmt.Println("--------------------------------------------------")
|
||||
fmt.Printf(res)
|
||||
fmt.Printf(ipInfo)
|
||||
fmt.Printf(strings.ReplaceAll(res+ipInfo, "\n\n", "\n"))
|
||||
fmt.Println("--------------------------------------------------")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user