I\'m trying to set cookies with Go\'s net/http package. I have:
package main import \"io\" import \"net/http\" import \"time\" func indexHandler(w http.Res
You can use gorilla package for handling cookies or i would say secure cookies: http://www.gorillatoolkit.org/pkg/securecookie