Merge pull request #1517 from mlaventure/remove-toml-omitempty
Remove omitempty from toml tags
This commit is contained in:
@@ -19,7 +19,7 @@ type config struct {
|
||||
// respected for which is choosen. Each differ should return the same
|
||||
// correct output, allowing any ordering to be used to prefer
|
||||
// more optimimal implementations.
|
||||
Order []string `toml:"default,omitempty"`
|
||||
Order []string `toml:"default"`
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user