[release/1.4.6] cmd/geth: use text/templates in the tester, not html
(cherry picked from commit 284f1d6beb
)
This commit is contained in:
parent
e3b3c298df
commit
efa2b3da7e
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue