Updating dependency golang.org/x/net to version v0.0.0-20200202094626-16171245cfb2

This commit is contained in:
Davanum Srinivas
2020-03-24 13:41:31 -04:00
parent 9e91a7ddc1
commit 75ceb7baa8
124 changed files with 5647 additions and 780 deletions

View File

@@ -18,6 +18,11 @@ const (
ElementNode
CommentNode
DoctypeNode
// RawNode nodes are not returned by the parser, but can be part of the
// Node tree passed to func Render to insert raw HTML (without escaping).
// If so, this package makes no guarantee that the rendered HTML is secure
// (from e.g. Cross Site Scripting attacks) or well-formed.
RawNode
scopeMarkerNode
)