vendor/gopkg.in/ini.v1/deprecated.go
changeset 260 445e01aede7e
parent 251 1c52a0eeb952
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
    12 // License for the specific language governing permissions and limitations
    12 // License for the specific language governing permissions and limitations
    13 // under the License.
    13 // under the License.
    14 
    14 
    15 package ini
    15 package ini
    16 
    16 
    17 const (
    17 var (
    18 	// Deprecated: Use "DefaultSection" instead.
    18 	// Deprecated: Use "DefaultSection" instead.
    19 	DEFAULT_SECTION = DefaultSection
    19 	DEFAULT_SECTION = DefaultSection
    20 )
       
    21 
       
    22 var (
       
    23 	// Deprecated: AllCapsUnderscore converts to format ALL_CAPS_UNDERSCORE.
    20 	// Deprecated: AllCapsUnderscore converts to format ALL_CAPS_UNDERSCORE.
    24 	AllCapsUnderscore = SnackCase
    21 	AllCapsUnderscore = SnackCase
    25 )
    22 )