mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
|
/*
|
||
|
Package quicktemplate provides fast and powerful template engine.
|
||
|
|
||
|
See https://github.com/valyala/quicktemplate for details.
|
||
|
*/
|
||
|
package quicktemplate
|