mirror of
https://github.com/click33/sa-token-go.git
synced 2026-04-22 23:37:07 +08:00
更新README文件以使用最新版本的依赖项,修复CustomChecker构造函数中的参数,移除不必要的HTTP状态码转换函数,并更新Go模块版本。
This commit is contained in:
@@ -55,8 +55,8 @@ go get github.com/click33/sa-token-go/storage/redis@latest # Redis storage (pro
|
||||
|
||||
```bash
|
||||
# Core modules
|
||||
go get github.com/click33/sa-token-go/core@v0.1.5
|
||||
go get github.com/click33/sa-token-go/stputil@v0.1.5
|
||||
go get github.com/click33/sa-token-go/core@vlatest
|
||||
go get github.com/click33/sa-token-go/stputil@vlatest
|
||||
|
||||
# Storage module (choose one)
|
||||
go get github.com/click33/sa-token-go/storage/memory@latest # Memory storage (dev)
|
||||
|
||||
Reference in New Issue
Block a user