This commit is contained in:
yuguojian
2025-05-12 17:47:28 +08:00
commit 45545e6933
5 changed files with 137 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.ssgfgtfy.com/public/ssgf_utils
go 1.24.0
require github.com/pkg/errors v0.9.1