mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
8 lines
79 B
Go
8 lines
79 B
Go
//go:build yq_nosh
|
|
|
|
package yqlib
|
|
|
|
func NewShEncoder() Encoder {
|
|
return nil
|
|
}
|