Ask HN: Golang on Windows 1 points by holydude 9y ago ↗ HN What is the best way to get around Windows platform with golang? LazyDLL ? Go generate?
[–] libeclipse 9y ago ↗ EDIT: I misunderstood your question; ignore this comment. You might want to clarify in the OP. [–] holydude 9y ago ↗ Can't company is a MS shop. Also I meant leveraging the win32 api in Go.
[–] dazmiller 9y ago ↗ I develop with Go on Windows 10 and have had no issues. I use vscode as an IDE, as long as your GOPATH is set correctly, everything works fine.What issues are you experiencing? [–] holydude 9y ago ↗ I meant leveraging the win32 api in Go. [–] dazmiller 9y ago ↗ ah, sorry for the confusion.have you had a look athttps://github.com/AllenDang/w32 [–] dazmiller 9y ago ↗ https://github.com/go-ole/go-ole
[–] holydude 9y ago ↗ I meant leveraging the win32 api in Go. [–] dazmiller 9y ago ↗ ah, sorry for the confusion.have you had a look athttps://github.com/AllenDang/w32 [–] dazmiller 9y ago ↗ https://github.com/go-ole/go-ole
[–] dazmiller 9y ago ↗ ah, sorry for the confusion.have you had a look athttps://github.com/AllenDang/w32 [–] dazmiller 9y ago ↗ https://github.com/go-ole/go-ole
6 comments
[ 2.4 ms ] story [ 30.1 ms ] threadWhat issues are you experiencing?
have you had a look at
https://github.com/AllenDang/w32