We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8185682 commit 3c03cf6Copy full SHA for 3c03cf6
1 file changed
network/network_test.go
@@ -10,6 +10,6 @@ func TestIpv4SecurityCheck(t *testing.T) {
10
// 全项测试
11
ipInfo, _, _ := NetworkCheck("both", false, "zh")
12
fmt.Println("--------------------------------------------------")
13
- fmt.Printf(ipInfo)
+ fmt.Print(ipInfo)
14
15
}
0 commit comments