mirror of
https://github.com/PuerkitoBio/goquery
synced 2025-10-29 02:43:42 +08:00
split in multiple small files
This commit is contained in:
10
selection.go
Normal file
10
selection.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package goquery
|
||||
|
||||
import (
|
||||
"exp/html"
|
||||
)
|
||||
|
||||
type Selection struct {
|
||||
Nodes []*html.Node
|
||||
document *Document
|
||||
}
|
||||
Reference in New Issue
Block a user