Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package query
|
||||
|
||||
import "goutil/xmlUtil/gxpath/xpath"
|
||||
|
||||
type Iterator interface {
|
||||
Current() xpath.NodeNavigator
|
||||
}
|
||||
Reference in New Issue
Block a user