Reset colorize opt

This commit is contained in:
Masaaki Goshima 2021-06-01 03:24:05 +09:00
parent 043efdfe93
commit 5f6420d3d0
1 changed files with 1 additions and 0 deletions

View File

@ -287,4 +287,5 @@ func initOption(opt *EncodeOption) {
opt.Indent = false
opt.UnorderedMap = false
opt.Debug = false
opt.Colorize = false
}