diff --git a/pkg/fsutil/fs_test.go b/pkg/fsutil/fs_test.go index 6d4ea1cad8e29ff0202a402ec4e5d038a2dc9dcd..2888f7953bcf0424aa3b29beec2904088169fe36 100644 --- a/pkg/fsutil/fs_test.go +++ b/pkg/fsutil/fs_test.go @@ -18,7 +18,6 @@ See the License for the specific language governing permissions and limitations under the License. */ - package fs import ( diff --git a/pkg/fsutil/rename.go b/pkg/fsutil/rename.go index e24d4661509020decb3275b102edb9dd6b53518c..944e4831f985ba1fe48fa7defeb504ae4feb420a 100644 --- a/pkg/fsutil/rename.go +++ b/pkg/fsutil/rename.go @@ -1,8 +1,10 @@ +// +build !windows + /* Copyright (c) for portions of rename.go are held by The Go Authors, 2016 and are provided under the BSD license. -https://github.com/golang/dep/blob/master/LICENSE +https://github.com/golang/go/blob/master/LICENSE Copyright The Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,8 +20,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build !windows - package fs import ( diff --git a/pkg/fsutil/rename_windows.go b/pkg/fsutil/rename_windows.go index fec128bc4ef6ee776c596e5ba380515ee64076be..d9540290abe90d23c4d12487b382f8e85b140582 100644 --- a/pkg/fsutil/rename_windows.go +++ b/pkg/fsutil/rename_windows.go @@ -1,3 +1,5 @@ +// +build windows + /* Copyright (c) for portions of rename_windows.go are held by The Go Authors, 2016 and are provided under the BSD license. @@ -18,8 +20,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build windows - package fs import (