go.mod 127 字节
Newer Older
1 2 3 4 5 6 7 8
module github.com/go-restruct/restruct

go 1.12

require (
	github.com/pkg/errors v0.8.1
	github.com/stretchr/testify v1.4.0
)