Skip to content

Commit c004f4d

Browse files
authored
Merge pull request #32014 from AnmolVirdi/doc-import-minor
Minor fix (docs.go): fix import instructions to comply with canonical import paths
2 parents 1be395e + de58531 commit c004f4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/chart/v3/util/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ into a Chart.
4242
When creating charts in memory, use the 'helm.sh/helm/pkg/chart'
4343
package directly.
4444
*/
45-
package util // import chartutil "helm.sh/helm/v4/internal/chart/v3/util"
45+
package util // import "helm.sh/helm/v4/internal/chart/v3/util"

pkg/chart/v2/util/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ into a Chart.
4242
When creating charts in memory, use the 'helm.sh/helm/pkg/chart'
4343
package directly.
4444
*/
45-
package util // import chartutil "helm.sh/helm/v4/pkg/chart/v2/util"
45+
package util // import "helm.sh/helm/v4/pkg/chart/v2/util"

0 commit comments

Comments
 (0)