1 package ini 2 3 var ( 4 // Deprecated: Use "DefaultSection" instead. 5 DEFAULT_SECTION = DefaultSection 6 // Deprecated: AllCapsUnderscore converts to format ALL_CAPS_UNDERSCORE. 7 AllCapsUnderscore = SnackCase 8 ) 9
View as plain text