Go

Exposing a Go App as Claude MCP Tools

May 22, 2026

How to implement an MCP server in Go that exposes application functions as typed tools for Claude Code and Claude Desktop — with a working example from the Trader FX engine.

Using Go timers for MQTT testing

May 2, 2022

Go timers along with a select can be used to simplify testing both read and write side of communication protocols. In this article you will learn to combine a Go timer along with a select statement to test both sides with a single test case.

Go timers to remove stale sensor stations

November 3, 2020

Older IoT gateway note showing how Go timers can track stale sensor stations, expire inactive devices, and keep gateway state from drifting.

Why Choose Go for Your Project?

September 22, 2019

The programming language Go has taken the development world by storm over the last few years. This article will discuss reasons why Go has become so popular and why you might choose it for your next project.