Skip to content

Instantly share code, notes, and snippets.

View gyamada619's full-sized avatar
✏️
Learning New Things

Garrett Yamada gyamada619

✏️
Learning New Things
View GitHub Profile
@gyamada619
gyamada619 / download_b2.go
Last active March 10, 2019 20:13
Download package for gorilla which connects to Backblaze B2.
package download
import (
"context"
"crypto/sha256"
"encoding/hex"
"fmt"
"io"
"net/url"
"os"