Skip to content

Instantly share code, notes, and snippets.

View sesmith177's full-sized avatar

Sam Smith sesmith177

View GitHub Profile
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
"time"
package main
import (
"encoding/json"
"fmt"
"io"
"io/ioutil"
"log"
"os"
"os/signal"