Jose Gabrielle Rivera
jgrivera.dev

jgrivera.dev

Follow
homeResume
Tag

Go Language

#go

More content

Read more stories on Hashnode


Articles with this tag

Compile all Proto files to Go code using a Makefile

Mar 14, 20232 min read

We like being lazy (and smart) · Foreword I have been recently learning about using gRPC in Go. I have been liking it so far! The notion of using...

Compile all Proto files to Go code using a Makefile

Installing gcc on Windows for Go

Dec 2, 20222 min read

I see... Cgo packages need gcc · Problem I am recently learning Go and I stumbled upon an error about exec: "gcc": executable file not found in %PATH%...

Installing gcc on Windows for Go