feat: 内置默认配置,脱离对外部配置文件的强依赖

This commit is contained in:
小子(LT)
2020-02-23 11:26:52 +08:00
parent 28df367e4e
commit 3741ed9cfd
4 changed files with 57 additions and 11 deletions

2
go.mod
View File

@@ -16,6 +16,6 @@ require (
golang.org/x/text v0.3.2
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.2
gopkg.in/yaml.v2 v2.2.7
gopkg.in/yaml.v2 v2.2.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
)