mirror of
https://github.com/spf13/viper
synced 2024-11-16 18:07:02 +00:00
40800105e2
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>
2 lines
92 B
Go
2 lines
92 B
Go
// Package features allows toggling features in Viper based on build tags.
|
|
package features
|