grokify / html-strip-tags-go

export stripTags from html/template as strip.StripTags
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

Update strip.go #7

Closed l3dlp closed 11 months ago

l3dlp commented 11 months ago

[FIX] Deprecated io/ioutil

grokify commented 11 months ago

Thanks @l3dlp.

Using os.ReadFile() limits this to Go 1.16 and higher, but that should be okay now.