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

Johannes LauingerExploitation Exercise with unsafe.Pointer in Go: Information Leak (Part 1)
Go in general is a safe language. It has memory builtin safety measures that should avoid common buff...

Honeybadger StaffLogging in Go: Choosing a System and Using it
This article was originally written by Ayooluwa Isaiah on the Honeybadger Developer Blog. You're r...

Orlando MonteverdeAPI Rest con Go (Golang) y PostgreSQL Parte 2
Requisitos: Conocimientos básicos sobre el lenguaje go. Conocimiento sobre HTTP y REST re...

Roelof Jan ElsingaBuilding CLI applications with Go
Building CLI applications with Go Command Line Interface (CLI) applications can automate...

Muhimen"Hello, World!" but in 30 different languages!!!
Since the last week, I was scratching my head to figure out what post can I write in dev? I wanted it...

natamacmGolang reader
The IO package provides the basic interface to the original I/O language. It mainly wraps up the exis...

Lane WagnerConcurrency In Rust; Can It Stack Up Against Go’s Goroutines?
The post Concurrency In Rust; Can It Stack Up Against Go’s Goroutines? appeared first on...

Abhishek GuptaBasics of testing in Go
This blog is a part of the Just Enough Go series and provides an introduction to Testing in Go with t...

Alex Pliutaupackagemain #20: Building a TCP Chat in Go
Building a TCP Chat in Go

Akshay BharambeWhat I learnt while working my first open source package for Go
Recently I released a small package for Go. akshaybharambe14...

jguoLearning Golang 107
Concurrency Concurrent programming in many environments is made difficult by the subtletie...

Vic ShóstakFiber v1.9.6 🔥 How to improve performance by 817% and stay fast, flexible and friendly?
Introduction Hey, gophers and Fiber community 👋 I missed the beginning of the v1.9.x...

xuriExcelize 2.2.0 Released
Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

jguoLearning Golang 106
Interface Interfaces are a contract to help us manage types. define an interface type bo...

Ryan WangReflections on 2 Years of Go
Click here for the original. I've been working in Go for the past two years at Assembled, where it's...

jguoLearning Golang 105
Custom Type and Receiver define a type type deck []string receiver fun (d deck) pr...