File: README.md

package info (click to toggle)
golang-github-valyala-quicktemplate 1.8.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: makefile: 16; xml: 15
file content (5 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (3)
1
2
3
4
5
An example demonstrating basic usage of [quicktemplate](https://github.com/valyala/quicktemplate)
as template engine and [fasthttp](https://github.com/valyala/fasthttp) as http server.

Just run `make` to see the example in action.
Run `make generate run` after modifying [template files](https://github.com/valyala/quicktemplate/tree/master/examples/basicserver/templates).