update: show pool name on package details page

This commit is contained in:
ngn 2024-08-22 01:10:47 +03:00
parent aa0b373423
commit 5dd67e46f9
2 changed files with 9 additions and 1 deletions

View File

@ -6,4 +6,8 @@ tracker: */*.go *.go
format:
gofmt -s -w .
.PHONY: format
update:
go get -u
go mod tidy
.PHONY: format update

View File

@ -29,6 +29,10 @@
<th>Size</th>
<th>{{.Size}}</th>
</tr>
<tr>
<th>Pool</th>
<th>{{.Pool.Display}}</th>
</tr>
<tr>
<th>Description</th>
<th>{{.Desc}}</th>