Tag: golang
All the articles with the tag "golang".
- golangtooling
VS Code Setup for Golang Programming
The VS Code setup I run for Go — the extensions, gopls settings, and debugging config that turn a stock install into a real Go IDE.
- serverlessdistributed-systems
Mocking Serverless Backends with Google Cloud Functions
Using Google Cloud Functions to stand up serverless mocks for testing event-driven systems — in Go.
- golanggithub
Working with the GitHub API in Go
Calling the GitHub REST API from Go — authentication, pagination, and the client patterns that keep it clean.