cmd/cue: add `get go` test case with the new omitzero json tag
This shows the current behavior with the new field tag added
in Go 1.24, which is an improvement over omitempty.
The following commit will tweak the behavior.
For #3869.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I4554cb7d7dec9a59f459768427dce5c2b50a246e
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1213250
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>