From 30c726249289622f7a41aa3c46f920cf75648735 Mon Sep 17 00:00:00 2001 From: sunshuai Date: Wed, 6 Jun 2018 13:33:45 +0800 Subject: [PATCH] fix/helm: remove unnecessary comment Package in cmd dir can't be imported so the comment is needless. --- cmd/helm/helm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 4c7ca9290..156787088 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package main // import "k8s.io/helm/cmd/helm" +package main import ( "fmt"