mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-05-10 17:23:59 +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}}
|