feat: add pprof

This commit is contained in:
langhuihui
2024-12-16 20:06:39 +08:00
parent c1616740ec
commit b3a3e37429
220 changed files with 36494 additions and 56 deletions
+11
View File
@@ -0,0 +1,11 @@
// SVG pan and zoom library.
// See copyright notice in string constant below.
package svgpan
import _ "embed"
// https://github.com/aleofreddi/svgpan
//go:embed svgpan.js
var JSSource string