mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
Draft: Toml (#1439)
* toml wip * wip * Fixed auto parsing toml * Added build flag not to include toml * Parse toml docs and tests * minor updates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build yq_notoml
|
||||
|
||||
package yqlib
|
||||
|
||||
func NewTomlDecoder() Decoder {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user