mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 18:24:57 +08:00
more tests, some refactoring
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ type lib struct {
|
||||
parser PathParser
|
||||
}
|
||||
|
||||
func NewYqLib(l *logging.Logger) YqLib {
|
||||
func NewYqLib() YqLib {
|
||||
return &lib{
|
||||
parser: NewPathParser(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user