mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 00:17:19 +00:00
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:
@@ -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 {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user