Replies: 1 comment
-
I have the same/similar question posted here I've tried to reference in the original Go module like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want a golang app that when calling
cue get go --local
generates the following CUE configThe closest I can get is this:
main.go
which generates
main_go_gen.cue
which unfortunately gives CUE error
Beta Was this translation helpful? Give feedback.
All reactions