Commit 17535f94 authored by Dave Day's avatar Dave Day

xsrftoken: fix lint error in Timeout's comment.

Change-Id: I0c787256e5bae7796fb4b62253a43363b32313f2
Reviewed-on: https://go-review.googlesource.com/17790Reviewed-by: 's avatarDavid Symonds <dsymonds@golang.org>
parent d75b1902
......@@ -16,7 +16,7 @@ import (
"time"
)
// The duration that XSRF tokens are valid.
// Timeout is the duration for which XSRF tokens are valid.
// It is exported so clients may set cookie timeouts that match generated tokens.
const Timeout = 24 * time.Hour
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment