asticode / go-astilectron-demo

Discover the power of Astilectron through a demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

running in dev mode

opened this issue · comments

It takes ages to do its bundling and so its slow to develop with.

Is there a dev mode to run in a normal browser for instance to get going fast.

I tried:

x-MacBook-Pro:go-astilectron-demo apple$ go run main.go
# command-line-arguments
./main.go:35:13: undefined: Asset
./main.go:36:13: undefined: AssetDir
./main.go:76:18: undefined: RestoreAssets
./main.go:79:20: undefined: handleMessages
x-MacBook-Pro:go-astilectron-demo apple$

@gedw99 you can try go run *.go.

Does it work ?