Browse Source

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

ayn2op 11 tháng trước cách đây
mục cha
commit
bedd0f9202
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {