Fix linting errors

This commit is contained in:
Dan Sosedoff
2022-11-14 16:10:50 -06:00
parent 580c1093d1
commit 9bfec11b48
7 changed files with 32 additions and 15 deletions

View File

@@ -28,6 +28,9 @@ test-all:
@./script/test_all.sh
@./script/test_cockroach.sh
lint:
golangci-lint run
dev:
go build
@echo "You can now execute ./pgweb"