forked from cue-lang/cue
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/cue/cmd: update "get go" to use new-style definitions
Also updates K8s tutorial (which uses Go) and basics tutorial. This CL should give a good idea how new-style definitions will look and feel. For Go: - An exported identifier 'X' is mapped to #X - An unexported identifier 'x' is mapped to _#x. - Derived non-Go values are mapped to #<lowercase>X Change-Id: I0454ef9785adee78847987bbd027c299324951d6 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/5981 Reviewed-by: CUE cueckoo <cueckoo@gmail.com> Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
- Loading branch information
Showing
60 changed files
with
1,971 additions
and
1,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.