793b0a2 ^
1 2 3 4 5 6 7 8
package sessions import "encoding/gob" func RegisterGob(v interface{}) { defer recover() gob.Register(v) }