Skip to content

Instantly share code, notes, and snippets.

View finnsson's full-sized avatar

Finnsson finnsson

View GitHub Profile
@finnsson
finnsson / main.go
Last active September 26, 2018 14:41
GII - Swedish BankID - headless Go example
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"net/url"
"os"