Fix grammar and improve sentence flow for 07.1md, fix typo in 06.3.md
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 to register this engine from our main program?
|
||||
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?
|
||||
|
||||
import (
|
||||
"github.com/astaxie/session"
|
||||
@@ -136,4 +136,4 @@ We use the blank import mechanism (which will invoke the package's `init()` func
|
||||
|
||||
- [Directory](preface.md)
|
||||
- Previous section: [How to use sessions in Go](06.2.md)
|
||||
- Next section: [Prevent hijack of session](06.4.md)
|
||||
- Next section: [Prevent session hijacking](06.4.md)
|
||||
|
||||
Reference in New Issue
Block a user