mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:31:54 +08:00
10 lines
190 B
Go
10 lines
190 B
Go
package commands
|
|
|
|
import (
|
|
"github.com/wailsapp/wails/v3/internal/templates"
|
|
)
|
|
|
|
func GenerateTemplate(options *templates.BaseTemplate) error {
|
|
return templates.GenerateTemplate(options)
|
|
}
|