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

@ -2,13 +2,13 @@ package main
import (
"context"
"github.com/codfrm/dnspod-watch/pkg/pushcat"
"log"
"github.com/codfrm/cago"
"github.com/codfrm/cago/configs"
"github.com/codfrm/cago/pkg/logger"
"github.com/codfrm/dnspod-watch/internal/watch"
"github.com/codfrm/dnspod-watch/pkg/pushcat"
)
func main() {