Skip to content

Commit

Permalink
update fate
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Feb 5, 2020
1 parent c110c30 commit 3bf9859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type FileOutput struct {
}

type Config struct {
RunInit bool
RunInit bool `json:"run_init"`
FilterMode FilterMode `json:"filter_mode"`
StrokeMax int `json:"stroke_max"`
StrokeMin int `json:"stroke_min"`
Expand Down Expand Up @@ -110,8 +110,8 @@ func DefaultConfig() *Config {
Driver: "mysql",
File: "",
Dsn: "",
ShowSQL: true,
ShowExecTime: true,
ShowSQL: false,
ShowExecTime: false,
},
FileOutput: FileOutput{
Heads: DefaultHeads,
Expand Down

0 comments on commit 3bf9859

Please sign in to comment.