diff --git a/pkg/fsutil/fs_test.go b/pkg/fsutil/fs_test.go index 6d4ea1cad..2888f7953 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 e24d46615..944e4831f 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 fec128bc4..d9540290a 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 (