lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.83k stars 884 forks source link

walk no longer builds #716

Closed cryptonote-social closed 4 years ago

cryptonote-social commented 4 years ago

Seems may be related to the most recent commit?

\walk>go get -u

github.com/lxn/walk

.\mainwindow.go:48:12: undefined: initWindowWithCfg .\mainwindow.go:48:31: undefined: windowCfg

jackyshaw2017 commented 4 years ago

the same error

cryptonote-social commented 4 years ago

looks like an incomplete checkin from the last commit.... some updates to window.go are missing.

lxn commented 4 years ago

Sorry guys, will fix tomorrow when in the office.

lxn commented 4 years ago

It's fixed.

cryptonote-social commented 4 years ago

yep works for me, thank you!