Installing gcc on Windows for Go
Problem
I am recently learning Go and I stumbled upon an error about exec: "gcc": executable file not found in %PATH% when using the github.com/mattn/go-sqlite3 package. The package I am installing is a Cgo package which calls C code directly in Go. ...
jgrivera.hashnode.dev2 min read