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

pull/2549/head
Péter Szilágyi 9 years ago
parent c05db38a5e
commit 284f1d6beb
  1. 2
      cmd/geth/run_test.go

@ -20,7 +20,6 @@ import (
"bufio" "bufio"
"bytes" "bytes"
"fmt" "fmt"
"html/template"
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
@ -28,6 +27,7 @@ import (
"regexp" "regexp"
"sync" "sync"
"testing" "testing"
"text/template"
"time" "time"
) )

Loading…
Cancel
Save