panel/cmd/templates/imports.go.tmpl
2024-11-03 15:33:08 -05:00

11 lines
No EOL
167 B
Cheetah

// Code generated by Omnibill - DO NOT EDIT
package handlers
{{ if ne (len .Imports) 0 }}
import (
{{- range .Imports }}
_ "{{.}}"
{{ end -}}
)
{{ end }}