panel/cmd/templates/imports.go.tmpl

11 lines
No EOL
168 B
Cheetah

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