Fix linting issues

Signed-off-by: Brice Rising <brice.rising@slalom.com>
pull/6616/head
Brice Rising 7 years ago committed by Yagnesh Mistry
parent a7ae2de4a8
commit 65667bc9a0

@ -18,7 +18,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package fs package fs
import ( import (

@ -1,8 +1,10 @@
// +build !windows
/* /*
Copyright (c) for portions of rename.go are held by The Go Authors, 2016 and are provided under Copyright (c) for portions of rename.go are held by The Go Authors, 2016 and are provided under
the BSD license. the BSD license.
https://github.com/golang/dep/blob/master/LICENSE https://github.com/golang/go/blob/master/LICENSE
Copyright The Helm Authors. Copyright The Helm Authors.
Licensed under the Apache License, Version 2.0 (the "License"); 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. limitations under the License.
*/ */
// +build !windows
package fs package fs
import ( import (

@ -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 Copyright (c) for portions of rename_windows.go are held by The Go Authors, 2016 and are provided under
the BSD license. the BSD license.
@ -18,8 +20,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// +build windows
package fs package fs
import ( import (

Loading…
Cancel
Save