Skip to content

Commit

Permalink
[cgo] refs fibercrypto#5 Correting url the path modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Dec 5, 2019
1 parent cad51e0 commit a387fad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 4 additions & 5 deletions lib/cgo/libfc_types.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package main

import (
sky "github.com/fibercrypto/FiberCryptoWallet/src/coin/skycoin/models"
"github.com/fibercrypto/FiberCryptoWallet/src/core"
local "github.com/fibercrypto/FiberCryptoWallet/src/main"

util "github.com/fibercrypto/FiberCryptoWallet/src/util"
sky "github.com/fibercrypto/fibercryptowallet/src/coin/skycoin/models"
"github.com/fibercrypto/fibercryptowallet/src/core"
local "github.com/fibercrypto/fibercryptowallet/src/main"
"github.com/fibercrypto/fibercryptowallet/src/util"
)

func callNode() {
Expand Down
4 changes: 1 addition & 3 deletions lib/cgo/util.pluginutil.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package main

import (
util "github.com/fibercrypto/FiberCryptoWallet/src/util"
)
import "github.com/fibercrypto/fibercryptowallet/src/util"

/*
Expand Down
4 changes: 1 addition & 3 deletions lib/cgo/util.util.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package main

import (
util "github.com/fibercrypto/FiberCryptoWallet/src/util"
)
import "github.com/fibercrypto/fibercryptowallet/src/util"

/*
Expand Down

0 comments on commit a387fad

Please sign in to comment.