auth

Paddy 2014-08-13 Parent:0aa843a306cd Child:9a1e62c24903

6:3423c552e249 Go to Latest

auth/session.go

Update package name. We've renamed the package to auth, so we may as well update the package name in all our files.

History
1 package auth
3 import "net/http"
5 func validateSession(r *http.Request, c Context) error {
6 return nil
7 }