aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-07 05:10:46 +0800
committerobscuren <geffobscura@gmail.com>2015-05-07 05:10:46 +0800
commitb719801db0bc80b49f05b249e2d4cf322c09eb24 (patch)
treee64ada45e15c7864d8c6d608051ca330cbb3a7cf /cmd/geth/main.go
parent458d891c63b4e527dde3583467ab3a34144886e0 (diff)
downloadgo-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.tar
go-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.tar.gz
go-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.tar.bz2
go-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.tar.lz
go-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.tar.xz
go-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.tar.zst
go-tangerine-b719801db0bc80b49f05b249e2d4cf322c09eb24.zip
cmd/geth: gofmt screwup fix
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index f4f219e1b..92c3b7a90 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -43,6 +43,8 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
+ "github.com/mattn/go-colorable"
+ "github.com/mattn/go-isatty"
"github.com/peterh/liner"
)
import _ "net/http/pprof"