k3s/contrib/gotests_templates/header.tmpl
Brian Downs f99b1c8798
add gotests templates (#3709)
add gotests templates
2021-07-24 19:36:36 -07:00

11 lines
142 B
Cheetah

{{define "header"}}
{{range .Comments}}{{.}}
{{end -}}
package {{.Package}}
import (
{{range .Imports}}{{.Name}} {{.Path}}
{{end}}
)
{{end}}