This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/github.com/unknwon/paginater/Makefile

9 lines
80 B
Makefile

.PHONY: build test vet
build: vet
test:
go test -v -cover -race
vet:
go vet