mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
7103b78d38
* toml wip * wip * Fixed auto parsing toml * Added build flag not to include toml * Parse toml docs and tests * minor updates
8 lines
83 B
Go
8 lines
83 B
Go
//go:build yq_notoml
|
|
|
|
package yqlib
|
|
|
|
func NewTomlDecoder() Decoder {
|
|
return nil
|
|
}
|