5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 04:30:55 +08:00
wails/cmd/templates/create-react-app/go.mod.template
2019-06-26 19:46:51 +10:00

5 lines
80 B
Plaintext

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