Skip to content

Instantly share code, notes, and snippets.

@nosequeldeebee
Created January 29, 2018 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosequeldeebee/31eb4dea07973985c05ab61860ba11c8 to your computer and use it in GitHub Desktop.
Save nosequeldeebee/31eb4dea07973985c05ab61860ba11c8 to your computer and use it in GitHub Desktop.
package main
import (
"crypto/sha256"
"encoding/hex"
"encoding/json"
"io"
"log"
"net/http"
"os"
"time"
"github.com/davecgh/go-spew/spew"
"github.com/gorilla/mux"
"github.com/joho/godotenv"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment