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