struct: remove skipping 0 value for int types (#103)

This commit is contained in:
Unknwon
2017-06-02 16:27:01 -04:00
parent afbc45e87f
commit 4090f13a2c
3 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ const (
// Maximum allowed depth when recursively substituing variable names.
_DEPTH_VALUES = 99
_VERSION = "1.27.2"
_VERSION = "1.27.3"
)
// Version returns current package version literal.
@@ -60,7 +60,7 @@ var (
// Explicitly write DEFAULT section header
DefaultHeader = false
// Indicate whether to put a line between sections
PrettySection = true
)