blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
481 stars 77 forks source link

Hello, Can I using the memcached within this web package? #70

Closed cccculb closed 6 years ago

cccculb commented 6 years ago

Please answer these questions when submitting your issue. Thanks!

  1. Which commit are you using? I have not using the commit.

  2. Which operating system, processor architecture, and Go version are you using (go env)? OS : windows and linux (centos) process : x64 go version : 1.92

  3. What did you do? I am first using use form golang. I found a full package and was very excited. How can use the Memcached in this package?

  4. What did you expect to see? I want to merge the session.go with memcached.

  5. What did you actually see? I have no idea.

josephspurrier commented 6 years ago

Take a look at this package: https://github.com/bradleypeabody/gorilla-sessions-memcache

Session.go is just a wrapper around gorilla/sessions.