2024-02-13 05:25:50 +00:00
# go-htmlescape
2024-02-13 05:27:24 +00:00
Package **htmlescape** provides tools for safely escaping text within HTML, replacing any special-characters into HTML-entities, for the Go programming language.
2024-02-13 05:25:50 +00:00
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-htmlescape
[![GoDoc ](https://godoc.org/sourcecode.social/reiver/go-htmlescape?status.svg )](https://godoc.org/sourcecode.social/reiver/go-htmlescape)
## Import
To import package **htmlescape** use `import` code like the follownig:
```
import "sourcecode.social/reiver/go-htmlescape"
```
## Installation
To install package **htmlescape** do the following:
```
GOPROXY=direct go get https://sourcecode.social/reiver/go-htmlescape
```
## Author
Package **htmlescape** was written by [Charles Iliya Krempeaux ](http://changelog.ca )