Skip to content

Commit

Permalink
move /internal/pathutil to /pkg/util/pathutil as per skycoin/skywire-…
Browse files Browse the repository at this point in the history
  • Loading branch information
atang152 committed Apr 17, 2019
1 parent 63a80b0 commit c7d0375
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/manager-node/commands/gen-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"path/filepath"

"github.com/skycoin/skywire/internal/pathutil"
"github.com/skycoin/skywire/pkg/util/pathutil"

"github.com/spf13/cobra"

Expand Down
2 changes: 1 addition & 1 deletion cmd/manager-node/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"github.com/skycoin/skycoin/src/util/logging"
"github.com/spf13/cobra"

"github.com/skycoin/skywire/internal/pathutil"
"github.com/skycoin/skywire/pkg/manager"
"github.com/skycoin/skywire/pkg/util/pathutil"
)

const configEnv = "SW_MANAGER_CONFIG"
Expand Down
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/node/gen-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

"github.com/spf13/cobra"

"github.com/skycoin/skywire/internal/pathutil"
"github.com/skycoin/skywire/pkg/cipher"
"github.com/skycoin/skywire/pkg/node"
"github.com/skycoin/skywire/pkg/util/pathutil"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/skywire-node/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (

"github.com/spf13/cobra"

"github.com/skycoin/skywire/internal/pathutil"
"github.com/skycoin/skywire/pkg/node"
"github.com/skycoin/skywire/pkg/util/pathutil"
)

const configEnv = "SW_CONFIG"
Expand Down
2 changes: 1 addition & 1 deletion pkg/manager/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
"time"

"github.com/skycoin/skywire/internal/pathutil"
"github.com/skycoin/skywire/pkg/util/pathutil"

"github.com/skycoin/skywire/pkg/cipher"
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c7d0375

Please sign in to comment.