Refactor to move common libraries out of project

This commit is contained in:
Jae Kwon
2015-10-22 17:39:06 -07:00
parent 7c12c5aee3
commit c4ed55d801
277 changed files with 406 additions and 11304 deletions

View File

@ -1,8 +1,9 @@
package main
import (
"fmt"
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/codegangsta/cli"
"github.com/codegangsta/cli"
"io/ioutil"
"net/url"
"os"
@ -12,9 +13,9 @@ import (
acm "github.com/tendermint/tendermint/account"
btypes "github.com/tendermint/tendermint/cmd/barak/types"
. "github.com/tendermint/tendermint/common"
cfg "github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/wire"
. "github.com/tendermint/go-common"
cfg "github.com/tendermint/go-config"
"github.com/tendermint/go-wire"
)
func remoteNick(remote string) string {