fix(helm): fix golint warning due to ApiVersionV1 constant name

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
pull/3756/head
Arash Deshmeh 8 years ago
parent 94a5f3a1eb
commit e039c671c4

@ -31,7 +31,7 @@ import (
// ApiVersionV1 is the API version number for version 1. // ApiVersionV1 is the API version number for version 1.
// //
// This is ApiVersionV1 instead of APIVersionV1 to match the protobuf-generated name. // This is ApiVersionV1 instead of APIVersionV1 to match the protobuf-generated name.
const ApiVersionV1 = "v1" const ApiVersionV1 = "v1" // nolint
// UnmarshalChartfile takes raw Chart.yaml data and unmarshals it. // UnmarshalChartfile takes raw Chart.yaml data and unmarshals it.
func UnmarshalChartfile(data []byte) (*chart.Metadata, error) { func UnmarshalChartfile(data []byte) (*chart.Metadata, error) {

Loading…
Cancel
Save