lint fixes

This commit is contained in:
2025-03-10 15:32:10 +00:00
parent 7d93ecb1c7
commit 29e6c2e8aa
7 changed files with 19 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
// Package main provides the configuration loading functionality for the vbantxt application.
package main
import (

View File

@@ -35,5 +35,4 @@ func TestLoadConfig_Errors(t *testing.T) {
assert.ErrorContains(t, err, tc.err)
})
}
}