mirror of
https://github.com/spf13/viper
synced 2024-11-17 02:17:02 +00:00
8 lines
140 B
Go
8 lines
140 B
Go
|
//go:build viper_1387
|
||
|
// +build viper_1387
|
||
|
|
||
|
package features
|
||
|
|
||
|
// Revert1387 reverts the behavior introduced in #1387.
|
||
|
var Revert1387 = true
|