added vendor/
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
//go:build viper_bind_struct
|
||||
|
||||
package features
|
||||
|
||||
const BindStruct = true
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
//go:build !viper_bind_struct
|
||||
|
||||
package features
|
||||
|
||||
const BindStruct = false
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
//go:build viper_finder
|
||||
|
||||
package features
|
||||
|
||||
const Finder = true
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
//go:build !viper_finder
|
||||
|
||||
package features
|
||||
|
||||
const Finder = false
|
||||
Reference in New Issue
Block a user