File: README.md

package info (click to toggle)
golang-github-valyala-quicktemplate 1.7.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 468 kB
  • sloc: xml: 15; makefile: 14
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).