Skip to content

Commit

Permalink
move fs to internal/fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Varankin committed Mar 21, 2017
1 parent 1fc0e45 commit 67dc4f8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgtree/pkgtree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
"testing"

"github.com/sdboyer/gps/fs"
"github.com/sdboyer/gps/internal/fs"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion vcs_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/Masterminds/semver"
"github.com/Masterminds/vcs"
"github.com/sdboyer/gps/fs"
"github.com/sdboyer/gps/internal/fs"
)

// Kept here as a reference in case it does become important to implement a
Expand Down

0 comments on commit 67dc4f8

Please sign in to comment.