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

Tunde OladipupoWhat on earth is Go Mod?
Go mod is the recommended way to manage packages and their dependencies in go. Go can look at your im...

bluepaperbirdsCreate a slice with make
In the Go programming language you can create arrays: collections. You can create slices with the bu...

Moch. LutfiGolang Om Telolet Om Server
Tahun 2016 lalu ramai sekali tentang om telolet om, dan disalah satu website e-commerse di Indonesia...

bluepaperbirdsSlicing in Go
In Go you can easily slice strings or arrays. As the name implies, a slice is a subset of the whole....

King EtiosasereGo for Beginners - Introduction
This series is aimed at beginners who are new to GoLang which is termed as a promising language accor...
![[Go] testing tips part 1: isolate your unit tests from external dependency with DI](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
Julian-Chu[Go] testing tips part 1: isolate your unit tests from external dependency with DI
Series about testing tips in go I'd like to write a series of articles about testing tips...

Asim AslamMicro v2.0.0 release is out!
Micro and Go Micro for microservices development hit version 2

tcs224golang switch
If you want to evaluate cases in the Go programming language, you can use the switch statement. Like...

bluepaperbirdsgolang multiple return
Typically a function only returns one variable, but why should that be? In the Go programming langua...
Vladimir VivienCalling Go Functions from Other Languages
Expose your Go APIs to languages such as Python, Node, Java, etc

Tunde OladipupoGo dependency management and dep
You may be aware of the "official experiment" for go dependency management tool called dep but this h...

bluepaperbirdsdefer
In the Golang programming language you can use the defer statement. A defer statement defers the exec...

tcs224Go while loop
If you programmed in other programming languages before, you may be familiar with a while loop. So yo...

Vedran VidovicTrimming go binaries of dpcmder - trimming a compression time :)
Preparing for the next release of dpcmder I wanted to do some more testing of release binaries compre...

Preslav RachevReflecting on My Experience With Go, One Year After
NOTE: This post originally appeared on my blog In my little more than a year day-to-day developer...

eco9999Golang New JSON parser/interpreter
Hi gophers and other fellow life forms. About 6 months ago we have started a new project that font-e...