Skip to content

Instantly share code, notes, and snippets.

@jmgilman
jmgilman / args.sh
Last active November 9, 2022 02:21
Snippets - Bash
‎‎​
@jmgilman
jmgilman / gen.go
Created July 12, 2024 23:09
Generating Go struct from a CUE schema
package gen
//go:generate cue export -f --out openapi --outfile schema.json schema.cue
//go:generate oapi-codegen -config oapi-codegen.yml schema.json