goccy / go-yaml

YAML support for the Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility of encoding tags

RangelReale opened this issue · comments

Is your feature request related to a problem? Please describe.
When encoding there's no way of adding a tag to a value.

a: !mytag "x

Describe the solution you'd like
Ability to encode yaml tags.

Describe alternatives you've considered
Not possible using the encoder.

Additional context