mirror of
https://github.com/taigrr/wails.git
synced 2026-04-15 19:30:49 -07:00
10 lines
151 B
Cheetah
10 lines
151 B
Cheetah
module test
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/wailsapp/wails/v2 v2.0.0-alpha
|
|
)
|
|
|
|
replace github.com/wailsapp/wails/v2 v2.0.0-alpha => {{.WailsDirectory}}
|