mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
remove debug html
This commit is contained in:
parent
2a659d64cc
commit
72ae645803
@ -4,7 +4,6 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
@ -37,8 +36,6 @@ func readme() []byte {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func startQuery() *goquery.Document {
|
func startQuery() *goquery.Document {
|
||||||
ioutil.WriteFile("z.html", readme(), os.ModePerm)
|
|
||||||
|
|
||||||
buf := bytes.NewBuffer(readme())
|
buf := bytes.NewBuffer(readme())
|
||||||
query, _ := goquery.NewDocumentFromReader(buf)
|
query, _ := goquery.NewDocumentFromReader(buf)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user