-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
bleach
Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
I don't know a golang library for it but https://github.com/mozilla/bleach is a python lib that escapes all the nasty javascript inputs.
-
golint is deprecated, and it’s no longer required to comment every exported variable/function/struct, etc.
-
unless this is an exercise in "how to make my own markdown processor" I'd suggest using proven https://github.com/russross/blackfriday
-
And if this is an exercise into that you can use a Markdown spec like CommonMark which is the spec Reddit and a variety of other sites use.
-
goldmark
:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
Yuin/Goldmark is the new standard Go Markdown processor. Black Friday is older.