Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
739b7cc2
Commit
739b7cc2
authored
Feb 26, 2015
by
Taylor Gerring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup imports
parent
d5aed82b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
flags.go
cmd/mist/flags.go
+0
-2
cmd.go
cmd/utils/cmd.go
+0
-3
common.go
ethutil/common.go
+4
-1
No files found.
cmd/mist/flags.go
View file @
739b7cc2
...
...
@@ -27,7 +27,6 @@ import (
"log"
"os"
"path"
"path/filepath"
"runtime"
"github.com/ethereum/go-ethereum/crypto"
...
...
@@ -35,7 +34,6 @@ import (
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/vm"
"github.com/kardianos/osext"
)
var
(
...
...
cmd/utils/cmd.go
View file @
739b7cc2
...
...
@@ -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"
...
...
ethutil/common.go
View file @
739b7cc2
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment