asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get doesn't work on Windows

carleeto opened this issue · comments

$ go get -u github.com/asticode/go-astilectron-demo/...
# github.com/asticode/go-astilectron-demo
go\src\github.com\asticode\go-astilectron-demo\main.go:36:13: undefined: AssetDir

@carleeto nice catch, should be fine now. Can you confirm?

Confirmed on go1.10 windows/amd64 👍

Thanks for the fix!