Support "yes", "1" and "true" for bool values.

This commit is contained in:
Alec Thomas
2019-11-13 08:16:32 +11:00
parent d15c8fca8d
commit cd3f64f045
4 changed files with 17 additions and 2 deletions
+2
View File
@@ -7,3 +7,5 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)
go 1.13