Compare commits

...

4 Commits
v1.0.6 ... main

Author SHA1 Message Date
AI Engineer
fce7a49a27 chore: infrastructure alignment and doc sync (by AICoder) 2026-05-16 01:21:58 +08:00
AI Engineer
fddabe4e98 对齐 Tag v1.3.0 (By AI) 2026-05-10 15:48:30 +08:00
AI Engineer
dc1a3cb434 chore: infrastructure alignment 2026-05-10 13:08:51 +08:00
AI Engineer
9bd449f1fc chore: infrastructure alignment 2026-05-10 12:53:09 +08:00
3 changed files with 14 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.ai/
.geminiignore
.gemini
/CODE-FULL.md

6
go.mod
View File

@ -3,6 +3,8 @@ module apigo.cc/go/id
go 1.25.0 go 1.25.0
require ( require (
apigo.cc/go/encoding v1.0.5 apigo.cc/go/encoding v1.3.1
apigo.cc/go/rand v1.0.5 apigo.cc/go/rand v1.3.1
) )
require apigo.cc/go/cast v1.3.3 // indirect

6
go.sum
View File

@ -0,0 +1,6 @@
apigo.cc/go/cast v1.3.3 h1:aln5eDR5DZVWVzZ/y5SJh1gQNgWv2sT82I25NaO9g34=
apigo.cc/go/cast v1.3.3/go.mod h1:lGlwImiOvHxG7buyMWhFzcdvQzmSaoKbmr7bcDfUpHk=
apigo.cc/go/encoding v1.3.1 h1:y8O58KYAyulkThg1O2ji2BqjnFoSvk42sit9I3z+K7Y=
apigo.cc/go/encoding v1.3.1/go.mod h1:xAJk5b83VZ31mXMTnyp0dfMoBKfT/AHDn0u+cQfojgY=
apigo.cc/go/rand v1.3.1 h1:7FvsI6PtQ5XrWER0dTiLVo0p7GIxRidT/TBKhVy93j8=
apigo.cc/go/rand v1.3.1/go.mod h1:mZ/4Soa3bk+XvDaqPWJuUe1bfEi4eThBj1XmEAuYxsk=