FEATURED
Apex: Serverless Architecture with AWS Lambda
Apex is a small program written in Go for managing “serverless” architecture via AWS Lambda, allowing you to focus on code instead of infrastructure.
cgo is not Go
“I believe that when faced with reimplementing a large piece of C code in Go, programmers choose instead to use cgo to wrap the library, believing that it is a more tractable problem. I believe this is a false economy.”
Go 1.6's Remaining Schedule and Superfreeze
There are some lingering bugs in Go 1.6 beta 2 but RC1 is expected at the start of February with 1.6 proper in mid February.
Zygomys: A 100% Golang, Easy-to-Use Lisp
As Java has Clojure, Go has Zygomys, they say. It’s an embeddable Lisp written in Go and designed to interact with Go concepts.
An Analysis of the Top 1000 Go Repositories
A look at code organization, vendoring, repository, package and cgo use.
Go at Google: Language Design in the Service of Software Engineering
An oldie, but if you haven’t read it yet, Go trainer William Kennedy says it’s still a must read.
Lambda: A Lisp Interpreter Written in Go for an iOS App
A quick look at how the interpreter was created before noting gomobile could be used to compile it into a static library for use in an iOS app.
IN BRIEF
vim-go 1.4 Released: Go Development Plugin for Vim
Gb 0.4.0 Released: The Project-Based Build Tool
Go Error Handling Tutorial For Beginners
How to Generate A Sine Wave in Go
Go Coverage with External Tests
Is 'err != nil' The Best Idiom for Error Handling?
Go's := Causes Accidental Shadowing
Syncthing: Open Source Decentralized File Syncing Tool
shell: Generate Shell Commands, sprintf Style
Apex Log: Structured, Centralized Logging for Go
glob.go: A Go Globbing Library
Compile globs then match strings against them.
Slacker: Interface with Slack's API and Real Time Messaging API
有疑问加站长微信联系(非本文作者)
