mirror of
https://github.com/spf13/viper
synced 2024-11-09 22:57:02 +00:00
6 lines
65 B
Go
6 lines
65 B
Go
|
//go:build !viper_finder
|
||
|
|
||
|
package features
|
||
|
|
||
|
const Finder = false
|