Registry / web-framework / go-macaron-session

go-macaron-session

JSON →
library1.0.3gogounverified

Package session provides session management middleware for the Macaron web framework.

go get github.com/go-macaron/session
INSTALL
IMPORT
SIG · GO-MACARON-SESSION
G
go-macaron-session
web-frameworkgov1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

session
github.com/go-macaron/session

Use session middleware in a Macaron app

package main import ( "gopkg.in/macaron.v1" "github.com/go-macaron/session" ) func main() { m := macaron.Classic() m.Use(session.Sessioner()) m.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
go-macaron-session — go get go-macaron-session · libregistry