Package sessions provides a minimalist and lightweight HTTP session cookie implementation for Go, using nacl/secretbox for encryption and authentication.
go get github.com/golangcollege/sessionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a session manager and store a value in a session.
Ensure the secret key passed to sessions.New is exactly 32 bytes.
No dependency data recorded yet.