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