Kotaro Abe
Kotaro Abe
The usability of v7 has greatly improved due to its support for generics, but there may be users who don't notice this due to insufficient documentation. In this change, I...
Fixes #40 However, it may be necessary to verify whether this approach is appropriate.
Data race issues are often found in `pgstore.(*PGStore).MaxAge()`, in our application when run with the `-race` flag. ``` ================== WARNING: DATA RACE Write at 0x00c000bb0950 by goroutine 64: github.com/gorilla/securecookie.(*SecureCookie).MaxAge() /Users/kotaro_abe/pkg/mod/github.com/gorilla/[email protected]/securecookie.go:203...