FEATURED
Go Fonts: New Fonts Specifically Designed for Go Code
A new, high quality family of open source fonts has been designed specifically for the Go project.
Do Not Fear First Class Functions
A look at why Dave considers Go’s support of first class functions to be ‘a gift’, what they are, and how you can use them. A video of the talk is also available.
IronFunctions: A Go-Powered Serverless Microservices Platform
Want to play with serverless microservices without using AWS? This is a Go-powered option that’s open source, so you can download and self-host.
Putting Eval in Go: Building an Interpreter
A fun look at implementing a simple interpreter in Go in relatively few lines of code thanks to Go’s own internal parsing tools.
Slice Comparison in Go
Testing two slices for value equality is a more complicated task than you might think. Here’s one way to do it, including a cool trick.
Connecting to a PostgreSQL Database with database/sql
A tutorial showing how to connect to a Postgres database using database/sql and lib/pq, including potential errors and solutions.
A Whirlwind Tour of Go's Runtime Environment Variables
Resurfacing some gold from a year ago.
IN BRIEF
A Simple Go HTTP Request 'Context' Example
Overriding a Struct Method (sort of..)
Rate Limiting The Right Way with Token Buckets
Go in the Workplace - Improving Efficiency with Technology
Some real world insights from a company that switched to Go.
Go Race Condition Trivia
A look at a race condition scenario. Can you spot the problem yourself?
Lint: Run Linters From Go Code
dboxserver: Serve Files From Dropbox over HTTPS
Caches. Uses Dropbox’s API.
TypeReact: A Minimal TypeScript/React/Go Starter Kit
randmap: Random Map Access and Iteration
Funnel: Process Logs From stdout, a la 12 Factor
Steamroller: Self Hosted Simulcasting to Twitch, YouTube, and Facebook
fasthttp: A Fast HTTP Package for Go
Launched a year ago, it’s still being updated frequently.
有疑问加站长微信联系(非本文作者)
