mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
fmt package was missing
This commit is contained in:
parent
77badc8c46
commit
6956b5104f
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ package ethrepl
|
|||
// #include <readline/history.h>
|
||||
import "C"
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"os/signal"
|
||||
"strings"
|
||||
|
|
|
|||
Loading…
Reference in a new issue