fmt package was missing
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user