generated: hack/update-vendor.sh

This commit is contained in:
Jordan Liggitt
2019-04-01 11:07:04 -04:00
parent 2ea3cbdcbc
commit d0261b1077
528 changed files with 24751 additions and 126492 deletions

View File

@@ -93,7 +93,7 @@ The relevant specifications include:
https://html.spec.whatwg.org/multipage/syntax.html and
https://html.spec.whatwg.org/multipage/syntax.html#tokenization
*/
package html
package html // import "golang.org/x/net/html"
// The tokenization algorithm implemented by this package is not a line-by-line
// transliteration of the relatively verbose state-machine in the WHATWG