Merge pull request #2764 from Shell32-Natsu/seqtag

Add seq tag in kyaml
This commit is contained in:
Jeff Regan
2020-07-24 11:30:59 -07:00
committed by GitHub

View File

@@ -24,6 +24,7 @@ const (
NodeTagBool = "!!bool"
NodeTagInt = "!!int"
NodeTagMap = "!!map"
NodeTagSeq = "!!seq"
NodeTagEmpty = ""
// TODO: deprecate these