Fix typo in 6.3
This commit is contained in:
@@ -115,7 +115,7 @@ We introduced a simple session manager's working principles in the previous sect
|
||||
}
|
||||
|
||||
|
||||
The above example implemented a memory based session storage mechanism. It uses its `init()` function to register this storage engine to the session manager. So how do we register this engine from our main program?
|
||||
The above example implements a memory based session storage mechanism. It uses its `init()` function to register this storage engine to the session manager. So how do we register this engine from our main program?
|
||||
|
||||
import (
|
||||
"github.com/astaxie/session"
|
||||
|
||||
Reference in New Issue
Block a user