mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Use preferred package header for generated code > To convey to humans and machine tools that code is generated, generated source should have a line that matches the following regular expression (in Go syntax): > `^// Code generated .* DO NOT EDIT\.$` https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source Co-authored-by: sam boyer <sdboyer@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Regenerate files with updated header Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: sam boyer <sdboyer@grafana.com>
12 lines
235 B
Cheetah
12 lines
235 B
Cheetah
// Code generated - EDITING IS FUTILE. DO NOT EDIT.
|
|
//
|
|
// Generated by:
|
|
// {{ .MainGenerator }}
|
|
// Using jennies:
|
|
{{- range .Using }}
|
|
// {{ .JennyName }}
|
|
{{- end }}
|
|
//
|
|
// Run 'make gen-cue' from repository root to regenerate.
|
|
|