mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 21:12:14 +08:00
10 lines
151 B
Cheetah
10 lines
151 B
Cheetah
module test
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/wailsapp/wails/v2 v2.0.0-alpha
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v2 v2.0.0-alpha => {{.WailsDirectory}}
|