blob: d8cd12e26cacd6f1c42a62a1031a755ec9bea7b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{define "head"}}
<title>Packages</title>
{{end}}
<section>
<p>Package index</p>
<ul>
{{range .Packages}}
<li><p><a href="https://pkg.go.dev/roseh.moe/pkg/{{.Name}}">roseh.moe/pkg/{{.Name}}</a> - {{.Description}}</p></li>
{{end}}
</ul>
</section>
|