spf13--viper/internal/features/doc.go
Mark Sagi-Kazar 40800105e2
feat: partially revert #1387
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>
2023-06-29 06:43:48 +02:00

3 lines
92 B
Go

// Package features allows toggling features in Viper based on build tags.
package features