Quellcode durchsuchen

fix(config): import embed package

ayn2op vor 11 Monaten
Ursprung
Commit
a1b1517100
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      internal/config/config.go

+ 1 - 0
internal/config/config.go

@@ -1,6 +1,7 @@
 package config
 
 import (
+	_ "embed"
 	"log/slog"
 	"os"
 	"path/filepath"