first commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
andrey1s
2021-04-26 16:07:41 +03:00
commit d6e6001d6b
18 changed files with 348 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module gitoa.ru/go-4devs/encoding
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)