Skip to content

Instantly share code, notes, and snippets.

View jamesmcdonald's full-sized avatar

James McDonald jamesmcdonald

View GitHub Profile
// Overcomplicated "healthy" metric generator
package main
import (
"fmt"
"math/rand"
"net/http"
"os"
"strconv"
"time"