Skip to content

Instantly share code, notes, and snippets.

View guillaumeguerin's full-sized avatar
🎯
Focusing

Guillaume Guerin guillaumeguerin

🎯
Focusing
  • Bordeaux, France
View GitHub Profile
@guillaumeguerin
guillaumeguerin / main.go
Created June 21, 2017 11:58 — forked from mschoebel/main.go
Snippet: login/logout (Golang)
package main
import (
"fmt"
"github.com/gorilla/mux"
"github.com/gorilla/securecookie"
"net/http"
)
// cookie handling