Joe Chen 2 年之前
父节点
当前提交
47297c0510
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      internal/netutil/netutil_test.go

+ 0 - 1
internal/netutil/netutil_test.go

@@ -29,7 +29,6 @@ func TestIsLocalHostname(t *testing.T) {
 		{hostname: "google.com", want: false},
 		{hostname: "165.232.140.255", want: false},
 
-
 		{hostname: "192.168.123.45", allowlist: []string{"10.0.0.17"}, want: true}, // #11
 		{hostname: "gogs.local", allowlist: []string{"gogs.local"}, want: false},   // #12