yq/pkg/yqlib/no_toml.go

8 lines
83 B
Go

//go:build yq_notoml
package yqlib
func NewTomlDecoder() Decoder {
return nil
}