Skip to content

Instantly share code, notes, and snippets.

View chrisvdg's full-sized avatar

Chris Van de Gejuchte chrisvdg

View GitHub Profile
@chrisvdg
chrisvdg / main.go
Last active March 14, 2018 09:21
Get IYO JWT
package main
import (
"fmt"
"io/ioutil"
"log"
"net/http"
"os"
)
@chrisvdg
chrisvdg / main.go
Last active August 23, 2017 08:44
enum comparison
package main
import (
"fmt"
"time"
)
const (
loops = int(1000)
)