helm/pkg/helmpath
Matthew Fisher 2878cc8079
replace +build with go:build
go:build is the new conditional compilation directive used to specify build constraints. It was introduced in Go 1.17. It is meant to replace the old +build directives.

Now that go.mod points to Go 1.17 we no longer need to support both
build flags.

Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com>
2022-04-14 07:56:31 -07:00
..
xdg doc(helmpath) move licensing info out of godoc 2019-12-17 05:23:57 +01:00
home.go Merge pull request #6975 from jabielecki/doc-helmpath 2020-01-17 11:59:10 -08:00
home_unix_test.go replace +build with go:build 2022-04-14 07:56:31 -07:00
home_windows_test.go replace +build with go:build 2022-04-14 07:56:31 -07:00
lazypath.go Fixing argument to be lower case 2020-05-05 10:27:47 -04:00
lazypath_darwin.go replace +build with go:build 2022-04-14 07:56:31 -07:00
lazypath_darwin_test.go replace +build with go:build 2022-04-14 07:56:31 -07:00
lazypath_unix.go replace +build with go:build 2022-04-14 07:56:31 -07:00
lazypath_unix_test.go replace +build with go:build 2022-04-14 07:56:31 -07:00
lazypath_windows.go replace +build with go:build 2022-04-14 07:56:31 -07:00
lazypath_windows_test.go replace +build with go:build 2022-04-14 07:56:31 -07:00