Restore yaml build tag (#528)

I suspect this was removed accidentally in #490. Without this tag we run
the tests on every language shard, so let's restore it.
This commit is contained in:
Bryce Lampe
2025-04-29 11:13:49 -07:00
committed by GitHub
parent 038d10bc74
commit c9efdfecc8

View File

@@ -1,3 +1,6 @@
//go:build yaml || all
// +build yaml all
package examples
import (