Channel: golang

Quick and Dirty SSL Certificate Checker - OpsDash

golang

Building Docker Images for Static Go Binaries

devops golang

Small Docker Images For Go Apps

devops golang

Securing Go web applications - StableLib Blog

golang

net/context and http handler types

golang

Practical Persistence in Go: Organising Database Access

golang

A Go, Docker workflow

devops golang

A Go, Docker workflow

devops golang

Testing os/exec.Command

golang

klauspost/reedsolomon

distributed systems golang

Go Code Review Commentsi

golang

Practical Persistence in Go: SQL Databases

golang

Building lightweight APIs with Go’s Gorilla multiplexer and Negroni

golang

Implementing a DHT in Go, part 1 - Nick’s Blog

distributed systems golang

Systems & Go - Tollbooth: An HTTP rate limiter middleware in Go

golang

gizak/termui

golang

dvyukov/go-fuzz

golang

rcrowley/go-metrics

devops golang

golang implementation of reed solomon

distributed systems golang

kabukky/journey

blog engine in go

golang

timehop/go-bitly

golang

piper: download and resize images in pipeline

golang

goburrow/gomelon

distributed systems golang

jaytaylor/html2text

golang

pointlander/peg

golang

Adding pagination to Revel app | Whizdumb’s blog

golang

tylertreat/BoomFilters

probabalistic data structures

golang

generic programming with go generate

golang

gofmt like tool (can you plugin to gofmt?) that rewrites ignored returns to explicitly set ‘_‘.

fmt.Println("hi")

gets rewritten to:

_err := fmt.Println("hi")

or something similar.

Preempts the complaint that Go lets you ignore errors.

golang ideas

Guillaume’s Thoughts: Release Go code (and others) via Docker using Makefile

devops golang

Stopping it all in Go - Eric’s Apparatus

golang

dasmithii/GobDB

nice looking leveldb wrapper for go

golang

Goth: Multi Provider Authentication for Go

golang

lokalebasen/go-env

pull down environment variables from etcd and run a process with them

devops golang

Make a Lexer with Go - Tyler Sommer dot com

golang

Enums in Go

Hadn’t seen this trick before.

golang

Error Handling In Go, Part I

golang

s3 - GoDoc

S3 library for Go

golang

Jenkins no with more Gopher

Doing fun things with Go apps in Jenkins

devops golang

looplab/fsm

FSM implementation for Go

golang