Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 15d579618a5d1a9969110f0dc41f622a > files > 2

golang-github-shurcool-htmlg-devel-0-0.3.mga7.noarch.rpm

htmlg
=====

[![Build Status](https://travis-ci.org/shurcooL/htmlg.svg?branch=master)](https://travis-ci.org/shurcooL/htmlg) [![GoDoc](https://godoc.org/github.com/shurcooL/htmlg?status.svg)](https://godoc.org/github.com/shurcooL/htmlg)

Package htmlg contains helper funcs for generating HTML nodes and rendering them.
Context-aware escaping is done just like in html/template, making it safe against code injection.

Note: This package is quite experimental in nature, so its API is susceptible to more frequent
changes than the average package. This is necessary in order to keep this package useful.

Installation
------------

```bash
go get -u github.com/shurcooL/htmlg
```

License
-------

-	[MIT License](https://opensource.org/licenses/mit-license.php)