Update yaml.go to fix paralusYAML struct annotation errors (#261)

* Fix the number of wg.add bug 

Fix the number of wg.add bug 

Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com>

* Update yaml.go to fix annotation errors

fix the  annotation errors

Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com>

---------

Signed-off-by: 甜瓜 <42953016+tyut22316@users.noreply.github.com>
This commit is contained in:
甜瓜
2023-12-21 13:51:52 +08:00
committed by GitHub
parent 0f2d68cf47
commit 01faf03dbb

View File

@@ -13,7 +13,7 @@ const (
yamlContentType string = "application/yaml"
)
// paralusJSON is the paralus object to YAML marshaller
// paralusYAML is the paralus object to YAML marshaller
type paralusYAML struct {
}