aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
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 /ethutil
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 'ethutil')
-rw-r--r--ethutil/common.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/ethutil/common.go b/ethutil/common.go
index d439dcedc..c4e7415dc 100644
--- a/ethutil/common.go
+++ b/ethutil/common.go
@@ -2,12 +2,15 @@ package ethutil
import (
"fmt"
- "github.com/kardianos/osext"
"math/big"
+ "os"
"os/user"
"path"
+ "path/filepath"
"runtime"
"time"
+
+ "github.com/kardianos/osext"
)
func DefaultAssetPath() string {