From 5f932b5bde1cc3596b9fb305e54280b545a52449 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 21 Jun 2015 19:05:53 -0400 Subject: [PATCH] fix spacing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b3ac335..408f616 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ lint: go-test: go test + bench: go test -bench . -benchmem