5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 19:30:10 +08:00
wails/cmd/templates/vanilla/go.mod.template
2020-06-19 08:52:44 +10:00

5 lines
80 B
Plaintext

module {{.BinaryName}}
require (
github.com/wailsapp/wails {{.WailsVersion}}
)