mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
add test
This commit is contained in:
parent
abeba0a1de
commit
fda0393ee6
1 changed files with 1 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ func init() {
|
|||
}
|
||||
|
||||
func main() {
|
||||
fmt.Println("test")
|
||||
if err := app.Run(os.Args); err != nil {
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
os.Exit(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue