Explorar el Código

fix(config): import embed package

ayn2op hace 11 meses
padre
commit
a1b1517100
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"