added redirect anchors

This commit is contained in:
ston1th 2022-03-13 20:36:15 +01:00
commit b13ff70a2d
4 changed files with 44 additions and 18 deletions

View file

@ -37,7 +37,7 @@ govet:
$(CC) vet ./...
misspell:
$(GOPATH)/bin/misspell cmd/* pkg/* Makefile README.md sri.sh
$(GOPATH)/bin/misspell cmd/* pkg/* Makefile README.md
staticcheck:
$(GOPATH)/bin/staticcheck ./...