Added tests

This commit is contained in:
Alex 2020-12-29 20:27:04 +01:00
parent 7640772219
commit cacebbacb9
2 changed files with 1308 additions and 1 deletions

1304
common_test.go Normal file

File diff suppressed because it is too large Load Diff

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/echo-go/dto-lib
go 1.15
require github.com/go-convert/fields v0.0.0-20200219202448-dea7cb49b0d6
require (
github.com/go-convert/fields v0.0.0-20200219202448-dea7cb49b0d6
github.com/stretchr/testify v1.4.0
)