feat: rename tag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-22 08:36:00 +02:00
parent 1191a6d559
commit 5682503665
2 changed files with 12 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ func Load[T any]() (T, error) {
OUTER:
for i := 0; i < t.NumField(); i++ {
field := t.Field(i)
tagStr := field.Tag.Get("conf")
tagStr := field.Tag.Get("cfg")
if tagStr == "" {
continue
}