Skip to content

Instantly share code, notes, and snippets.

View javicps's full-sized avatar

Javier Martínez javicps

View GitHub Profile
@javicps
javicps / main.go
Last active October 26, 2022 13:14 — forked from carillan81/main.go
Golden signals instrumentation example in GO
package main
import (
"fmt"
"log"
"math/rand"
"net/http"
"time"
"github.com/gorilla/mux"