Skip to content

Commit

Permalink
add version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed May 2, 2017
1 parent 288f869 commit 0d6fad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ import (
"golang.org/x/oauth2/google"
)

const version = "0.1"

// DefaultExpiry is the duration of a valid cookie.
var DefaultExpiry = 14 * 24 * time.Hour

Expand Down

0 comments on commit 0d6fad5

Please sign in to comment.