mirror of
https://github.com/spf13/viper
synced 2025-04-28 08:17:17 +00:00
8 lines
143 B
Go
8 lines
143 B
Go
|
//go:build !viper_1387
|
||
|
// +build !viper_1387
|
||
|
|
||
|
package features
|
||
|
|
||
|
// Revert1387 reverts the behavior introduced in #1387.
|
||
|
var Revert1387 = false
|