Oh, I'm quite new with go and windows.
Newby struggles..
Install instructions suggested " go get [-u] ./... " and i got error about "[" so i thought it's windows specific, but it was option syntax markup :D hah.
I think I tried -u and /u also but already had tried to "fix" some files and from examples path and still got error.
I started from scratch again..
And I did "go get -u ./..."
From gopath\src\
github.com\goki and it downloaded a lot of other go projects/dependency.
I guess its wrong to do it from ..examples\widgets paths.
Then I went to examples\widgets and again "go get -u ./..." resulted in "latest" statements.
Finally "go build" worked from examples\widgets" :D
So I sent the widgets.exe to some RDP Windows servers 2008R2 and 2016.. and I get this error:
2019/12/10 13:40:46 oswin.glos failed to create hidden share window -- this usually means that the OpenGL version is not sufficient (should be at least: 3.3): APIUnavailable: WGL: The driver does not appear to support OpenGL
Does this mean I must have some certain AMD/Nvidia? Then I can't consider this UI for my tiny project.