Fix linting issues

Signed-off-by: Brice Rising <brice.rising@slalom.com>
pull/6738/head
Brice Rising 7 years ago committed by Yagnesh Mistry
parent 45d723359e
commit 16852f04d9

@ -18,7 +18,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package fs
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
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 (

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

Loading…
Cancel
Save