更新README文件以使用最新版本的依赖项,修复CustomChecker构造函数中的参数,移除不必要的HTTP状态码转换函数,并更新Go模块版本。

This commit is contained in:
Moling
2025-12-08 22:22:44 +08:00
parent 74c1ff1cc0
commit 22791966ae
6 changed files with 15 additions and 9 deletions
+2 -2
View File
@@ -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)