Add more build tags to reduce binary size

This commit is contained in:
Zue
2025-07-01 15:52:40 +08:00
parent a9f7cc1ebb
commit 7696723d5c
18 changed files with 88 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build yq_noshell
package yqlib
func NewShellVariablesEncoder() Encoder {
return nil
}