mirror of
https://github.com/go-ini/ini.git
synced 2026-06-19 21:46:45 +02:00
struct: remove skipping 0 value for int types (#103)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user