From 71ed308e6c491d862d2f1b0e16e23b699ae1739e Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 7 Sep 2017 22:04:02 -0400 Subject: [PATCH] Update version command --- command/version.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/version.go b/command/version.go index b1ced4ee9..398036d3a 100644 --- a/command/version.go +++ b/command/version.go @@ -8,7 +8,6 @@ import ( "github.com/posener/complete" ) -// Ensure we are implementing the right interfaces. var _ cli.Command = (*VersionCommand)(nil) var _ cli.CommandAutocomplete = (*VersionCommand)(nil)