dc80b557e3
2020/12/16: 添加YAML和结构体转换工具
14 lines
316 B
Modula-2
14 lines
316 B
Modula-2
module Go-Tool
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/ahmetb/go-linq v3.0.0+incompatible
|
|
github.com/go-ini/ini v1.57.0
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|