internal/encoding/gotypes: ignore definitions or fields via `@go(-)`
Support for the same mechanism to ignore entire packages or files
is left as a TODO, as it would require a slightly larger refactor
and it's presumably not a blocker for our own dogfooding yet.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I75422d3ff843e5bcf8a429bbe78b44b38cc7f352
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207490
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>