if DEBUG then extra log

This commit is contained in:
Bel LaPointe
2026-09-09 07:38:20 -07:00
parent 1f76e3ff2f
commit 4b41ba6ff4
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ import (
"gopkg.in/yaml.v2"
)
var debug = os.Getenv("DEBUG") != ""
type (
Config struct {
Cert Cert