aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/yuin/goldmark/util/html5entities.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-06-09 21:09:39 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-06-09 21:09:39 +0200
commit6903a774ecbbd05596adda5e2b5e18d58dd3a8f9 (patch)
treef5d48f52f0da3da8d829436519bc66652bf41c64 /vendor/github.com/yuin/goldmark/util/html5entities.go
parente75d9e371269a4e46bffa6b3dd1fc7d040e82750 (diff)
downloadgofu-6903a774ecbbd05596adda5e2b5e18d58dd3a8f9.tar.gz
bump all dependencies to their latest versions
Diffstat (limited to 'vendor/github.com/yuin/goldmark/util/html5entities.go')
-rw-r--r--vendor/github.com/yuin/goldmark/util/html5entities.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/yuin/goldmark/util/html5entities.go b/vendor/github.com/yuin/goldmark/util/html5entities.go
index ece2504..284dc05 100644
--- a/vendor/github.com/yuin/goldmark/util/html5entities.go
+++ b/vendor/github.com/yuin/goldmark/util/html5entities.go
@@ -16,7 +16,7 @@ func buildHTML5Entities() {
cName := 0
cCharacters := 0
- for i := 0; i < _html5entitiesLength; i++ {
+ for i := range _html5entitiesLength {
tName := cName + int(_html5entitiesNameIndex[i])
tCharacters := cCharacters + int(_html5entitiesCharactersIndex[i])