All checks were successful
Go Action / goaction (pull_request) Successful in 4m52s
9 lines
133 B
Smarty
9 lines
133 B
Smarty
// Code generated gitoa.ru/go-4devs/config DO NOT EDIT.
|
|
package {{.Pkg}}
|
|
|
|
import (
|
|
{{range .Imports}}
|
|
{{- . }}
|
|
{{end}}
|
|
)
|