Skip to content

Instantly share code, notes, and snippets.

View mettledrum's full-sized avatar

Andrew Hoyle mettledrum

View GitHub Profile
@mettledrum
mettledrum / main.go
Last active November 27, 2017 23:51
workers that run until error
package main
import (
"errors"
"fmt"
"sync"
"time"
)
// what the consumer does
@mettledrum
mettledrum / main.go
Last active December 15, 2017 16:42
go aws sdk -> s3rver docker; just morphed the README.md example a lil' bit
package main
import (
"context"
"encoding/json"
"flag"
"fmt"
"log"
"os"
"time"