Skip to content

Instantly share code, notes, and snippets.

View johnshiver's full-sized avatar
🏠
Working from home

John Shiver johnshiver

🏠
Working from home
View GitHub Profile
@johnshiver
johnshiver / main.go
Created July 21, 2020 20:11
golang s3 versioning
package main
import (
"bytes"
"context"
"errors"
"fmt"
"io/ioutil"
"log"
package main
import (
"fmt"
"sync"
"time"
)
func main() {