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