Remove redundant constructor, h/t sergio

This commit is contained in:
Pim van Pelt
2025-11-15 22:41:57 +01:00
parent 27c7a5bcae
commit a0d5c61643
12 changed files with 48 additions and 44 deletions

View File

@@ -5,4 +5,4 @@ package config
// Global configuration variables
var (
Debug bool
)
)