mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
fixing exposed functions and interfaces
This commit is contained in:
@@ -2,6 +2,6 @@ package yqlib
|
||||
|
||||
import "container/list"
|
||||
|
||||
func SelfOperator(d *dataTreeNavigator, matchMap *list.List, pathNode *PathTreeNode) (*list.List, error) {
|
||||
func selfOperator(d *dataTreeNavigator, matchMap *list.List, pathNode *PathTreeNode) (*list.List, error) {
|
||||
return matchMap, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user