mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 07:35:51 +01:00
9 lines
190 B
Go
9 lines
190 B
Go
package commands
|
|
|
|
import (
|
|
"github.com/wailsapp/wails/v3/internal/templates"
|
|
)
|
|
|
|
func GenerateTemplate(options *templates.BaseTemplate) error {
|
|
return templates.GenerateTemplate(options)
|
|
}
|