yq/pkg/yqlib/no_shellvariables.go

8 lines
94 B
Go

//go:build yq_noshell
package yqlib
func NewShellVariablesEncoder() Encoder {
return nil
}