fmt package was missing

This commit is contained in:
obscuren 2014-10-18 13:30:38 +02:00
parent 77badc8c46
commit 6956b5104f

View File

@ -9,6 +9,7 @@ package ethrepl
// #include <readline/history.h>
import "C"
import (
"fmt"
"os"
"os/signal"
"strings"