mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
12 lines
167 B
Go
12 lines
167 B
Go
//go:build yq_noxml
|
|
|
|
package yqlib
|
|
|
|
func NewXMLDecoder(prefs XmlPreferences) Decoder {
|
|
return nil
|
|
}
|
|
|
|
func NewXMLEncoder(prefs XmlPreferences) Encoder {
|
|
return nil
|
|
}
|