• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

What on earth is Go Mod?
go2020-02-19
Tunde OladipupoTunde Oladipupo

What 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...

Create a slice with make
go2020-02-19
bluepaperbirdsbluepaperbirds

Create a slice with make

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

Golang Om Telolet Om Server
go2018-01-03
Moch. LutfiMoch. Lutfi

Golang Om Telolet Om Server

Tahun 2016 lalu ramai sekali tentang om telolet om, dan disalah satu website e-commerse di Indonesia...

Slicing in Go
go2020-02-15
bluepaperbirdsbluepaperbirds

Slicing in Go

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

Go for Beginners - Introduction
go2020-02-15
King EtiosasereKing Etiosasere

Go 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
go2020-02-15
Julian-ChuJulian-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...

Micro v2.0.0 release is out!
go2020-02-13
Asim AslamAsim Aslam

Micro v2.0.0 release is out!

Micro and Go Micro for microservices development hit version 2

golang switch
go2020-02-14
tcs224tcs224

golang switch

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

golang multiple return
go2020-02-14
bluepaperbirdsbluepaperbirds

golang multiple return

Typically a function only returns one variable, but why should that be? In the Go programming langua...

Calling Go Functions from Other Languages
go2017-02-27
Vladimir VivienVladimir Vivien

Calling Go Functions from Other Languages

Expose your Go APIs to languages such as Python, Node, Java, etc

Go dependency management and dep
go2020-02-13
Tunde OladipupoTunde Oladipupo

Go dependency management and dep

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

defer
go2020-02-13
bluepaperbirdsbluepaperbirds

defer

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

Go while loop
go2020-02-13
tcs224tcs224

Go while loop

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

Trimming go binaries of dpcmder - trimming a compression time :)
go2020-02-12
Vedran VidovicVedran Vidovic

Trimming 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...

Reflecting on My Experience With Go, One Year After
go2020-02-09
Preslav RachevPreslav Rachev

Reflecting 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...

Golang New JSON parser/interpreter
go2020-02-10
eco9999eco9999

Golang New JSON parser/interpreter

Hi gophers and other fellow life forms. About 6 months ago we have started a new project that font-e...