vendor/gopkg.in/ini.v1/deprecated.go
changeset 260 445e01aede7e
parent 251 1c52a0eeb952
--- a/vendor/gopkg.in/ini.v1/deprecated.go	Tue Aug 23 22:33:28 2022 +0200
+++ b/vendor/gopkg.in/ini.v1/deprecated.go	Tue Aug 23 22:39:43 2022 +0200
@@ -14,12 +14,9 @@
 
 package ini
 
-const (
+var (
 	// Deprecated: Use "DefaultSection" instead.
 	DEFAULT_SECTION = DefaultSection
-)
-
-var (
 	// Deprecated: AllCapsUnderscore converts to format ALL_CAPS_UNDERSCORE.
 	AllCapsUnderscore = SnackCase
 )