Commit 6956b510 authored by obscuren's avatar obscuren

fmt package was missing

parent 77badc8c
...@@ -9,6 +9,7 @@ package ethrepl ...@@ -9,6 +9,7 @@ package ethrepl
// #include <readline/history.h> // #include <readline/history.h>
import "C" import "C"
import ( import (
"fmt"
"os" "os"
"os/signal" "os/signal"
"strings" "strings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment