Parcourir la source

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

ayn2op il y a 11 mois
Parent
commit
bedd0f9202
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {