Commit b32b12b2 authored by astaxie's avatar astaxie

add some comments

parent e88c2be0
...@@ -42,10 +42,10 @@ var ( ...@@ -42,10 +42,10 @@ var (
EnableGzip bool // enable gzip EnableGzip bool // enable gzip
DirectoryIndex bool //ebable DirectoryIndex default is false DirectoryIndex bool //ebable DirectoryIndex default is false
EnbaleHotUpdate bool //enable HotUpdate default is false EnbaleHotUpdate bool //enable HotUpdate default is false
HttpServerTimeOut int64 HttpServerTimeOut int64 //set httpserver timeout
ErrorsShow bool ErrorsShow bool //set weather show errors
XSRFKEY string XSRFKEY string //set XSRF
CopyRequestBody bool CopyRequestBody bool //When in raw application, You want to the reqeustbody
) )
func init() { func init() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment