File: README.md

package info (click to toggle)
golang-github-valyala-quicktemplate 1.6.3%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 472 kB
  • sloc: makefile: 15; 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).