Explorar el Código

fix(config): remove space after go:embed directive

ayn2op hace 11 meses
padre
commit
bedd0f9202
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      internal/config/config.go

+ 1 - 1
internal/config/config.go

@@ -55,7 +55,7 @@ type (
 	}
 )
 
-// go:embed config.toml
+//go:embed config.toml
 var defaultCfg []byte
 
 func DefaultPath() string {