feat: update errors package

This commit is contained in:
daniel.w 2024-08-08 00:44:12 +08:00
parent 1953246b44
commit c6441ef0bc
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
module code.30cm.net/wanderland/library-go module code.30cm.net/wanderland/library-go/errors
go 1.22.3 go 1.22
require ( require (
github.com/golang/mock v1.6.0 github.com/golang/mock v1.6.0

View File

@ -1,5 +1,3 @@
go 1.22 go 1.22
use ( use ./errors
./errors
)