cmd/geth: use text/templates in the tester, not html

This commit is contained in:
Péter Szilágyi 2016-05-11 11:58:48 +03:00
parent c05db38a5e
commit 284f1d6beb
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)