lint: 修复lint问题

This commit is contained in:
王一之 2023-08-28 11:18:58 +08:00
parent 0555f652b5
commit 7f166f576a

View File

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