Skip to content

Commit 3c03cf6

Browse files
authored
fix: 修复错误的打印方式
1 parent 8185682 commit 3c03cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

network/network_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ func TestIpv4SecurityCheck(t *testing.T) {
1010
// 全项测试
1111
ipInfo, _, _ := NetworkCheck("both", false, "zh")
1212
fmt.Println("--------------------------------------------------")
13-
fmt.Printf(ipInfo)
13+
fmt.Print(ipInfo)
1414
fmt.Println("--------------------------------------------------")
1515
}

0 commit comments

Comments
 (0)