You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools/flow: avoid looking like we're using go run for real
While grepping around to replace `go run cuelang.org/go/cmd/cue`
with `go tool cue`, I had to do a double take before I realised
that this file was not actually running the cue tool at all.
Make that more obvious, which doesn't alter the test behavior.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I378a810eb0db62e46c55a6ea00483ae42ed6c70a
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1218732
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Matthew Sackman <[email protected]>
0 commit comments