mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-27 00:47:56 +00:00
Added build flag not to include toml
This commit is contained in:
parent
f01804db66
commit
61a4b1cc26
@ -1,3 +1,5 @@
|
|||||||
|
//go:build !yq_notoml
|
||||||
|
|
||||||
package yqlib
|
package yqlib
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
7
pkg/yqlib/no_toml.go
Normal file
7
pkg/yqlib/no_toml.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
//go:build yq_notoml
|
||||||
|
|
||||||
|
package yqlib
|
||||||
|
|
||||||
|
func NewTomlDecoder() Decoder {
|
||||||
|
return nil
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user