mirror of
https://github.com/spf13/viper.git
synced 2024-04-21 12:31:38 +00:00
1387 introduced a rather serious breaking change that's causing pain throughout the community. Even though it fixed a buggy behavior the previous one was still useful to a lot of people. This change introduces a way to revert back to that old behavior. Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
3 lines
92 B
Go
3 lines
92 B
Go
// Package features allows toggling features in Viper based on build tags.
|
|
package features
|