go-session / session

A efficient, safely and easy-to-use session library for Go.
https://godoc.org/github.com/go-session/session
MIT License
218 stars 40 forks source link

Example provided in docs is not working. #3

Closed dalechyn closed 4 years ago

dalechyn commented 4 years ago

../go/pkg/mod/gopkg.in/session.v2@v2.4.0/session.go:30:19: not enough arguments in call to uuid.Must
        have (uuid.UUID)
        want (uuid.UUID, error)```
LyricTian commented 4 years ago

You try github.com/go-session/session

dalechyn commented 4 years ago

omg it was stupid of me, sorry