Fix grammar and improve sentence flow for 07.1md, fix typo in 06.3.md

This commit is contained in:
Anchor
2014-10-03 15:27:41 -07:00
committed by James Miranda
parent 9e9ce50ec8
commit cfc8dd5c11
2 changed files with 46 additions and 46 deletions

View File

@@ -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)