DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Momchil AtanasovProper HTTP shutdown in Go
Up to this day, I continue to come across code that has problems with shutting down an HTTP server...

Homayoon AlimohammadiHandling JSON in Go
In Go, the encoding/json package offers built-in JSON marshaling and unmarshaling capabilities,...

Olga BraginskayaThe Golang Saga: A Coder’s Journey There and Back Again. Part 3: The Graphing Conundrum
Welcome back to the third part of “The Golang Saga: A Coder’s Journey There and Back Again.” In the...

Steven SklarWe moved our Cloud operations to a Kubernetes Operator
How QuestDB adopted the Kubernetes Operator pattern to manage our Cloud

Viacheslav PoturaevUsing code coverage to debug large Go application
Code coverage is typically used as a code quality metric. One can run go test -coverpkg ./......

RakeGoLang Reverse Engineering & Hacking
GoLang Reverse Engineering GoLang, a prominent programming language, is not just confined...

Joris ConijnStubbing AWS Service calls in Golang
I recently switched to Golang for my language of choice. (In my previous blog you can read why.) But...

ClaudBuild a web scraper with Go
Introduction 👣 In this tutorial, we will walk through the process of building a web...

Ferdinand MütschWakapi - Open-Source Time Tracking for Devs
Hi all! I want to share with you an open-source project that I started back during my studies and am...

Aceld9. Zinx Connection Management and Property Setting
[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Ekemini SamuelHow to build a URL Shortener with Go
Say you've created a Google doc or saw a link to a video and want to share it with your friend, but...

Akrem ChabchoubHow to pretty print json with golang ?
As you know by default in Go you will use fmt to print json data, this is ok but the data will be not...

Volker SchukaiYAConfigLib - Dynamic Configurations in Go: Introducing Postprocessing Hooks
Hey Gophers! 🚀 Do you struggle with configuration files in different formats like JSON, YAML or TOML...

Momchil AtanasovUnderstanding the Color type in Go
While working on my personal projects, I have had to deal with Go's image package a number of times....

AlexanderVOLTA - RabbitMQ`s framework that I`m working on.
For the last couple of weeks, it has been a constant challenge to work with RabbitMQ in Golang. And...
![[go] 使用 mockgen 測試 api](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbbsnkighwahpbaa0fo8z.png)
maxhu[go] 使用 mockgen 測試 api
目的 github: mockgen mockgen 的做法是使用 cli 的方式,參考已建立好的 interface 建立 mock...