10 lines
165 B
Smarty
10 lines
165 B
Smarty
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/alexflint/go-arg/v2"
|
||
|
{{if contains .Code "fmt."}}"fmt"{{end}}
|
||
|
{{if contains .Code "strings."}}"strings"{{end}}
|
||
|
)
|
||
|
|
||
|
{{.Code}}
|