💩👌 make lint happy

This commit is contained in:
fumiama 2022-01-09 22:53:22 +08:00
parent 7bb3203dfb
commit dc9ca1e63f

View File

@ -7,6 +7,7 @@ import (
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
) )
// IsSupportIPv6 检查本机是否支持 ipv6
var IsSupportIPv6 = func() bool { var IsSupportIPv6 = func() bool {
resp, err := http.Get("http://v6.ipv6-test.com/json/widgetdata.php?callback=?") resp, err := http.Get("http://v6.ipv6-test.com/json/widgetdata.php?callback=?")
if err != nil { if err != nil {