fs: remove fsutils package
No need to have a util package under a package... er, package. We should move most of this functionality to continuity. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// +build linux
|
||||
|
||||
package fsutils
|
||||
package fs
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@@ -1,6 +1,6 @@
|
||||
// +build linux
|
||||
|
||||
package fsutils
|
||||
package fs
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
Reference in New Issue
Block a user