diff --git a/Makefile b/Makefile index 80f08df..f1ed7d4 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,8 @@ tracker: */*.go *.go format: gofmt -s -w . -.PHONY: format +update: + go get -u + go mod tidy + +.PHONY: format update diff --git a/templates/package.html b/templates/package.html index 56e34b7..4ff8fa4 100644 --- a/templates/package.html +++ b/templates/package.html @@ -29,6 +29,10 @@ Size {{.Size}} + + Pool + {{.Pool.Display}} + Description {{.Desc}}