pprofweb/pkg/goroutineinstance/site/index.html

13 lines
256 B
HTML
Raw Permalink Normal View History

2024-10-29 03:24:09 +00:00
<!doctype html>
<html>
<head>
<title>goroutine explorer</title>
<script src="https://cdn.tailwindcss.com"></script>
2024-10-29 06:45:23 +00:00
<script defer src="/static/goroutine/bundle.js"></script>
2024-10-29 03:24:09 +00:00
</head>
<body>
2024-10-29 06:45:23 +00:00
<div id="root">
</div>
2024-10-29 03:24:09 +00:00
</body>
</html>