From dc9ca1e63f74a190c814d62aea3956239707f5b2 Mon Sep 17 00:00:00 2001 From: fumiama Date: Sun, 9 Jan 2022 22:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/web/ipv6.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/web/ipv6.go b/utils/web/ipv6.go index cbbb2bf0..61e5c0e6 100644 --- a/utils/web/ipv6.go +++ b/utils/web/ipv6.go @@ -7,6 +7,7 @@ import ( "github.com/sirupsen/logrus" ) +// IsSupportIPv6 检查本机是否支持 ipv6 var IsSupportIPv6 = func() bool { resp, err := http.Get("http://v6.ipv6-test.com/json/widgetdata.php?callback=?") if err != nil {