Skip to content
Hanjun Kim edited this page Mar 2, 2019 · 4 revisions

Introduction

Doing Windows programming in Go usually isn't that much different from doing so on other platforms. Go supports cross platform builds, and its standard libraries are good enough. But sometimes, you have to deal with lower level functionalities of the system. This turorial is for those who are in case what I said.

I have been working on Windows programming in Go for approximately 6 months, and learned a lot of useful tips that actually are on the internet but need some amount of time to find it.

Hope you find this tutorial helpful, too.