Rename content/fs to content/local

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan
2017-07-21 13:58:08 -07:00
parent 938f3185bd
commit bb3c9c5927
10 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"sync"

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"io"

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"context"

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"os"

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"bufio"

View File

@@ -1,6 +1,6 @@
// +build darwin freebsd
package fs
package local
import (
"os"

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"os"

View File

@@ -1,4 +1,4 @@
package fs
package local
import (
"os"