Content Explore

50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs

Published : 2017-10-27 Categories : Coding Tags : Golang Go
Go is a simple and fun language, but, like any other language, it has a few gotchas… Many of those g...

Golang Auto Build Versioning

Published : 2017-09-25 Categories : Coding Tags : Go Golang Build Versioning
Atatus’s backend consumer and server are written in Go, and earlier we were just deploying our appli...

Go语言TCP Socket编程

Published : 2015-11-19 Categories : Coding Tags : Golang TCP Socket
Golang
的主要 设计目标之一就是面向大规模后端服务程序,网络通信这块是服务端 程序必不可少也是至关重要的一部分。在日常应用中,我们也可以看到Go中的net以及其subdirectories下的包...