Use ',' instead of ','

This commit is contained in:
invzhi
2017-12-12 20:23:13 +08:00
parent a5adbc7e7e
commit aaf5b4b109

View File

@@ -204,7 +204,7 @@ func (manager *Manager) SessionDestroy(w http.ResponseWriter, r *http.Request){
```
### session销毁
我们来看一下Session管理器如何来管理销毁,只要我们在Main启动的时候启动
我们来看一下Session管理器如何来管理销毁只要我们在Main启动的时候启动
```Go
func init() {