Fix linting issues

Signed-off-by: Brice Rising <brice.rising@slalom.com>
(cherry picked from commit 16852f04d9)
pull/8287/head
Brice Rising 7 years ago committed by Matt Farina
parent fba02b765f
commit 42f12563e4
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -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