fix/helm: remove unnecessary comment

Package in cmd dir can't be imported so the comment is needless.
pull/4180/head
sunshuai 7 years ago
parent eb80053dae
commit 30c7262492

@ -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"

Loading…
Cancel
Save