Skip to content

Instantly share code, notes, and snippets.

View gPirkes's full-sized avatar
🎓

Georg P gPirkes

🎓
  • UAS Upper Austria
  • Linz, Austria
  • X @gPirkes
View GitHub Profile
@mschoebel
mschoebel / main.go
Created March 6, 2014 20:02
Snippet: login/logout (Golang)
package main
import (
"fmt"
"github.com/gorilla/mux"
"github.com/gorilla/securecookie"
"net/http"
)
// cookie handling