Cleanup imports

This commit is contained in:
Taylor Gerring
2015-02-26 02:36:06 +01:00
parent d5aed82b11
commit 739b7cc2ac
3 changed files with 4 additions and 6 deletions

View File

@ -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 {