panel/cmd/templates/imports.go.tmpl

11 lines
168 B
Cheetah
Raw Permalink Normal View History

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