Reorganize GSP module layout

This commit is contained in:
2026-05-06 18:54:21 +08:00
parent df3d1f6f13
commit 69003c8152
12 changed files with 235 additions and 186 deletions

5
toolkit/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module gsp.toolkit
go 1.22
require gopkg.in/yaml.v3 v3.0.1