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

@ -5,10 +5,11 @@ import (
"context"
"encoding/json"
"errors"
"github.com/codfrm/cago"
"github.com/codfrm/cago/configs"
"io"
"net/http"
"github.com/codfrm/cago"
"github.com/codfrm/cago/configs"
)
type Config struct {