From 00569c12fe5e1d77607a69dbca9f317acbf9cc33 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 7 Nov 2017 10:27:13 -0500 Subject: [PATCH] concept: no reason to ignore the build here and this fixes the `go vet ./...` on golang tip Signed-off-by: Vincent Batts --- concept/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/concept/main.go b/concept/main.go index 36bdb40..c426d17 100644 --- a/concept/main.go +++ b/concept/main.go @@ -1,5 +1,3 @@ -// +build ignore - package main import (