aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/cmd.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-26 09:36:06 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-26 09:36:06 +0800
commit739b7cc2ac7de9c6c24547be00de81338089d724 (patch)
treed430575fe496b9744222a09ffaf350c95fd463f8 /cmd/utils/cmd.go
parentd5aed82b11589bb3f8b0df4544081fe898b8c724 (diff)
downloadgo-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.tar
go-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.tar.gz
go-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.tar.bz2
go-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.tar.lz
go-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.tar.xz
go-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.tar.zst
go-tangerine-739b7cc2ac7de9c6c24547be00de81338089d724.zip
Cleanup imports
Diffstat (limited to 'cmd/utils/cmd.go')
-rw-r--r--cmd/utils/cmd.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go
index a65476e69..a36c10e3b 100644
--- a/cmd/utils/cmd.go
+++ b/cmd/utils/cmd.go
@@ -25,10 +25,7 @@ import (
"fmt"
"os"
"os/signal"
- "path"
- "path/filepath"
"regexp"
- "runtime"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"