FEATURED
GopherCon 2016: A Conference for Go Devs (Jul 11-13, Denver, CO)
You can now buy tickets to the largest event in the world dedicated to Go. Want to speak? The CFP closes on Jan 31st.
Go 1.5.3 Released
Due to a security issue in in Go’s math/big package
LLVM 3.8's Debugger Will Include Go Support
Including a Go expression parser and type system. Goroutines are treated as threads. More details are available in Debugging Go Code with LLDB.
Writing AWS Lambda Functions in Go
AWS Lambda is a cloud service that lets you run Node, Python and Java code without a server, but you can make Node call out to a compiled Go program.
pome: A Postgres Metrics Dashboard Written in Go
If you’re running and managing your own Postgres instance, having a simple and elegant dashboard like this could be handy.
mysqldriver-go: A GC-Optimized MySQL Driver
Other MySQL drivers implement the database/sql interface but this can require the storage of many objects on the heap. This alternative is GC-optimized and performance oriented.
Gopher Gala: A Distributed Go Hackathon, Jan 22-24
Showcase your skills and compete for prizes against the best Go developers from around the world.
The Hidden Dangers of Default Rand
‘This post is based on a real-world problem that I faced when I was developing a load generator program for work.’
Should We Use Mocking Libraries for Go Testing?
A developer did some research on the pros and cons of mocking libraries vs hand-written mocks.
IN BRIEF
Buffer-less Multipart POST in Go
Containerize Go Apps with Docker and Bluemix
Engineering IoT Solutions with Go
Clock: A 'time' Package Replacement for Mocking Times and Timers
Fosite: A Security-First OAuth 2 Framework for Go
Implements IETF RFC6749, counterfeits weaknesses covered in IETF RFC6819 and countermeasures various database attack scenarios, keeping your app safe.
go-input: Elegant Reading of User Input at the Console
apex: Minimal AWS Lambda Function Manager with Go Support
A Go Web App Example - Entry Point, File Structure, Models, and Routes
cloudfile: A Consistent Way to Work with Remote Files For writing code that doesn’t care whether its data comes from the filesystem or a remote provider.
mmapio: io.ReadSeeker and io.WriteSeeker Implementation for mmap
有疑问加站长微信联系(非本文作者)

不错