mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-28 16:07:46 +00:00
12 lines
136 B
Go
12 lines
136 B
Go
//go:build yq_nobase64
|
|
|
|
package yqlib
|
|
|
|
func NewBase64Decoder() Decoder {
|
|
return nil
|
|
}
|
|
|
|
func NewBase64Encoder() Encoder {
|
|
return nil
|
|
}
|