Skip to content

Commit

Permalink
Render
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Aug 13, 2021
1 parent 09579bb commit f6a799b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hdq.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func (p NodeSet) ForEach(filter func(node NodeSet)) {
}
}

// Render renders the node set to the given writer.
func (p NodeSet) Render(w io.Writer, suffix ...string) (err error) {
if p.Err != nil {
return p.Err
Expand Down

0 comments on commit f6a799b

Please sign in to comment.