Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0

This commit is contained in:
Mohit Sharma
2023-04-14 04:39:43 -07:00
parent 0afa60086a
commit 6f90c53633
154 changed files with 764 additions and 1055 deletions

View File

@@ -106,7 +106,7 @@ and as such does not resolve issues that may exist in the processed HTML,
producing a literal interpretation of the input.
If your use case requires semantically well-formed HTML, as defined by the
WHATWG specifiction, the parser should be used rather than the tokenizer.
WHATWG specification, the parser should be used rather than the tokenizer.
*/
package html // import "golang.org/x/net/html"