fix: 修复lint问题

This commit is contained in:
2023-07-05 09:58:49 +08:00
parent 3ed3047e35
commit b7097680c6
4 changed files with 8 additions and 4 deletions

View File

@ -3,11 +3,11 @@ package watch
import (
"context"
"fmt"
"github.com/codfrm/dnspod-watch/pkg/pushcat"
"net"
"time"
"github.com/codfrm/cago/pkg/logger"
"github.com/codfrm/dnspod-watch/pkg/pushcat"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
dnspod "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod/v20210323"
"go.uber.org/zap"