Explorar o código

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

ayn2op hai 11 meses
pai
achega
bedd0f9202
Modificáronse 1 ficheiros con 1 adicións e 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 {