mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08:00
Adding notoml directive to encoder
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user