SVNからのミラー

This commit is contained in:
2026-01-21 03:36:13 +09:00
commit 4196be4f67
25 changed files with 1204 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module spliti
go 1.20
require (
golang.org/x/net v0.17.0
golang.org/x/text v0.14.0
)