goquery icon indicating copy to clipboard operation
goquery copied to clipboard

error in example

Open rmukhamet opened this issue 8 years ago • 0 comments

https://github.com/crufter/goquery/blob/master/examples/local.go line 30

x, _ := goquery.Parse(example) change to x, _ := goquery.ParseString(example)

rmukhamet avatar Jun 25 '16 20:06 rmukhamet