mirror of
https://github.com/documize/community.git
synced 2025-07-20 05:39:42 +02:00
go dep
Migrated from plain /vendor to go dep
This commit is contained in:
parent
0262763c95
commit
fd693f4ff4
957 changed files with 36866 additions and 177595 deletions
2
vendor/golang.org/x/net/html/entity.go
generated
vendored
2
vendor/golang.org/x/net/html/entity.go
generated
vendored
|
@ -8,7 +8,7 @@ package html
|
|||
const longestEntityWithoutSemicolon = 6
|
||||
|
||||
// entity is a map from HTML entity names to their values. The semicolon matters:
|
||||
// http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html
|
||||
// https://html.spec.whatwg.org/multipage/syntax.html#named-character-references
|
||||
// lists both "amp" and "amp;" as two separate entries.
|
||||
//
|
||||
// Note that the HTML5 list is larger than the HTML4 list at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue