GettingStartedOnWindows - alexbrainman/odbc GitHub Wiki
Introduction
So you want to use odbc from your Go project? Perhaps you prefer Microsoft's SQL server over alternatives or you need to connect to a third party database. Look no further!
Installing
Installing odbc on Windows is as easy as running go get github.com/alexbrainman/odbc
from the command line.
You are now able to connect to a Microsoft SQL database from a Go program running on Windows.
If all went well, you should consider running the supplied unit tests to make sure your environment is working.