Add build tag to hcl_test.go to skip tests when HCL is disabled

Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-08 13:32:47 +11:00
committed by Mike Farah
co-authored by mikefarah
parent 86f3f77b8c
commit b60eb7d22a
+2
View File
@@ -1,3 +1,5 @@
//go:build !yq_nohcl
package yqlib package yqlib
import ( import (