summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ca8c718f..f5c3f4e2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -14,7 +14,9 @@ vet:
exit 1; \
fi
+golint:
+ golint ./libvirt
gofmtcheck:
bash travis/gofmtcheck.sh
-.PHONY: build testacc vet fmt
+.PHONY: build testacc vet fmt golint