Package structhtml provides tools for working with structured-HTML, for the Go programming language.
- Go 100%
| internal/bluemondays | ||
| author.go | ||
| extractauthors.go | ||
| extractauthors_test.go | ||
| extractcategories.go | ||
| extracttitle.go | ||
| extracttitle_test.go | ||
| go.mod | ||
| go.sum | ||
| htmltotext.go | ||
| httphandler.go | ||
| LICENSE | ||
| logger.go | ||
| mediatype.go | ||
| mediatype_examples_test.go | ||
| mediatype_test.go | ||
| README.md | ||
| sanitizebytes.go | ||
| sanitizestring.go | ||
| setcontentdisposition.go | ||
| transformertohtml.go | ||
go-structhtml
Package structhtml provides tools for working with structured-HTML, for the Go programming language.
Structured-HTML are data-formats created that use HTML underneath.
A Structured HTML has its own media-type of the form text/???+html.
Where the ??? is replaced with something.
For example:
text/article+htmltext/note+htmltext/person+html
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-structhtml
Import
To import package structhtml use import code like the following:
import "codeberg.org/reiver/go-structhtml"
Installation
To install package structhtml do the following:
GOPROXY=direct go get codeberg.org/reiver/go-structhtml
Author
Package structhtml was written by Charles Iliya Krempeaux