pprofweb/pkg/goroutineinstance/site/index.html
a 6680bbc3fa
Some checks failed
commit-tag / commit-tag-image (push) Failing after 36s
wip
2024-10-29 01:45:23 -05:00

13 lines
256 B
HTML

<!doctype html>
<html>
<head>
<title>goroutine explorer</title>
<script src="https://cdn.tailwindcss.com"></script>
<script defer src="/static/goroutine/bundle.js"></script>
</head>
<body>
<div id="root">
</div>
</body>
</html>