Release v0.1.1: 优化所有集成包错误处理,统一使用core/errors.go定义

This commit is contained in:
c
2025-10-26 09:38:36 +07:00
parent f69550c5e3
commit 0b2787084e
64 changed files with 1154 additions and 1013 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/jwt-example
go 1.21
require (
github.com/click33/sa-token-go/core v0.1.1
github.com/click33/sa-token-go/storage/memory v0.1.1
github.com/click33/sa-token-go/stputil v0.1.1
github.com/click33/sa-token-go/core v0.1.2
github.com/click33/sa-token-go/storage/memory v0.1.2
github.com/click33/sa-token-go/stputil v0.1.2
)
require (