All checks were successful
Go Action / goaction (push) Successful in 29s
Reviewed-on: #12
9 lines
155 B
Smarty
9 lines
155 B
Smarty
// Code generated gitoa.ru/go-4devs/config DO NOT EDIT.
|
|
package {{.Pkg}}
|
|
|
|
import (
|
|
{{range .Imports}}
|
|
{{- .Alias }} "{{ .Package }}"
|
|
{{end}}
|
|
)
|