Files

12 lines
176 B
Modula-2
Raw Permalink Normal View History

2024-04-12 15:05:49 +08:00
module code.yun.ink/pkg/structx
2025-09-20 20:28:59 +08:00
go 1.21.0
2024-04-12 15:05:49 +08:00
2025-09-20 20:28:59 +08:00
toolchain go1.22.4
require (
code.yun.ink/pkg/convx v1.0.3
github.com/shopspring/decimal v1.4.0
github.com/spf13/cast v1.10.0
)