Skip to content

Instantly share code, notes, and snippets.

@sxwebdev
sxwebdev / Dockerfile
Created May 24, 2020 23:15 — forked from rizo/Dockerfile
Alpine (3.6) based docker image with Protocol Buffers compiler supporting Go.
# Protobuf Builder
# ================
#
# This image builds protocol buffers library from source with Go generation
# support. The builder and runner images are produced.
# Builder Image
# -------------
FROM golang:1.8.3-alpine3.6 as builder
@sxwebdev
sxwebdev / golang_job_queue.md
Created July 11, 2020 22:21 — forked from harlow/golang_job_queue.md
Job queues in Golang