mirror of
https://github.com/eryajf/chatgpt-dingtalk.git
synced 2025-10-08 09:30:16 +08:00
feat: makefile support go sort imports (#282)
This commit is contained in:
3
pkg/cache/user_base.go
vendored
3
pkg/cache/user_base.go
vendored
@@ -3,8 +3,9 @@ package cache
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
"github.com/patrickmn/go-cache"
|
||||
|
||||
"github.com/eryajf/chatgpt-dingtalk/config"
|
||||
)
|
||||
|
||||
// UserServiceInterface 用户业务接口
|
||||
|
Reference in New Issue
Block a user