'performant' is a stupid word

This commit is contained in:
Brandon Dyck 2019-08-27 17:14:50 -06:00
parent 521bbd6f04
commit 6efd405ff2

View File

@ -6,7 +6,7 @@ hatmill - HTML generation DSL for Go
[![GoDoc](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill?status.svg)](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill) [![GoDoc](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill?status.svg)](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill)
![Badge count](https://img.shields.io/badge/badges-5-yellow.svg) ![Badge count](https://img.shields.io/badge/badges-5-yellow.svg)
`hatmill` provides a simple set of types and helper functions for writing HTML in plain Go code, without having to deal with any template languages. It is not spectacularly performant, but is comparable to the `html/template` package (at least in simple cases; run `go test -bench=. -benchmem` for proof). `hatmill` “templates” are arguably easier to read and write than many template languages. `hatmill` provides a simple set of types and helper functions for writing HTML in plain Go code, without having to deal with any template languages. It is not spectacularly fast, but is comparable to the `html/template` package (at least in simple cases; run `go test -bench=. -benchmem` for proof). `hatmill` “templates” are arguably easier to read and write than many template languages.
`hatmill` uses [semantic versioning](https://semver.org/). `hatmill` uses [semantic versioning](https://semver.org/).