mirror of
https://github.com/avelino/awesome-go.git
synced 2025-04-21 17:42:39 -04:00
remove debug html
This commit is contained in:
parent
2a659d64cc
commit
72ae645803
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ import (
|
|||
"bytes"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"sort"
|
||||
"strings"
|
||||
"testing"
|
||||
|
@ -37,8 +36,6 @@ func readme() []byte {
|
|||
}
|
||||
|
||||
func startQuery() *goquery.Document {
|
||||
ioutil.WriteFile("z.html", readme(), os.ModePerm)
|
||||
|
||||
buf := bytes.NewBuffer(readme())
|
||||
query, _ := goquery.NewDocumentFromReader(buf)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue