3 Commits

Author SHA1 Message Date
yuguojian
68c47e1023 init 2025-05-12 23:25:58 +08:00
yuguojian
c3a65f89c6 init 2025-05-12 23:24:18 +08:00
yuguojian
f0241c27e3 init 2025-05-12 17:59:50 +08:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

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

View File

@@ -1,4 +1,4 @@
package ip_client
package ip_tool
import (
"encoding/json"