working commit

This commit is contained in:
2026-02-21 13:16:56 +02:00
parent d650d58a6d
commit 7be3cf8de7
1136 changed files with 722443 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
//go:build viper_bind_struct
package features
const BindStruct = true
@@ -0,0 +1,5 @@
//go:build !viper_bind_struct
package features
const BindStruct = false
+5
View File
@@ -0,0 +1,5 @@
//go:build viper_finder
package features
const Finder = true
+5
View File
@@ -0,0 +1,5 @@
//go:build !viper_finder
package features
const Finder = false