panel/cmd/templates/imports.go.tmpl

11 lines
167 B
Cheetah
Raw Normal View History

2024-11-03 21:33:08 +01:00
// Code generated by Omnibill - DO NOT EDIT
package handlers
{{ if ne (len .Imports) 0 }}
import (
{{- range .Imports }}
_ "{{.}}"
{{ end -}}
)
{{ end }}