mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-05 03:45:41 +00:00
Adding notoml directive to encoder
This commit is contained in:
parent
64ec1f4aa7
commit
23abf50fef
@ -1,3 +1,5 @@
|
|||||||
|
//go:build !yq_notoml
|
||||||
|
|
||||||
package yqlib
|
package yqlib
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@ -5,3 +5,11 @@ package yqlib
|
|||||||
func NewTomlDecoder() Decoder {
|
func NewTomlDecoder() Decoder {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func NewTomlEncoder() Encoder {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewTomlEncoderWithPrefs(prefs TomlPreferences) Encoder {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user