aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/geth')
-rw-r--r--cmd/geth/run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/run_test.go b/cmd/geth/run_test.go
index a82eb9d68..ba4ce0c60 100644
--- a/cmd/geth/run_test.go
+++ b/cmd/geth/run_test.go
@@ -20,7 +20,6 @@ import (
"bufio"
"bytes"
"fmt"
- "html/template"
"io"
"io/ioutil"
"os"
@@ -28,6 +27,7 @@ import (
"regexp"
"sync"
"testing"
+ "text/template"
"time"
)