b32b12b2 by astaxie

add some comments

1 parent e88c2be0
Showing 1 changed file with 4 additions and 4 deletions
...@@ -42,10 +42,10 @@ var ( ...@@ -42,10 +42,10 @@ var (
42 EnableGzip bool // enable gzip 42 EnableGzip bool // enable gzip
43 DirectoryIndex bool //ebable DirectoryIndex default is false 43 DirectoryIndex bool //ebable DirectoryIndex default is false
44 EnbaleHotUpdate bool //enable HotUpdate default is false 44 EnbaleHotUpdate bool //enable HotUpdate default is false
45 HttpServerTimeOut int64 45 HttpServerTimeOut int64 //set httpserver timeout
46 ErrorsShow bool 46 ErrorsShow bool //set weather show errors
47 XSRFKEY string 47 XSRFKEY string //set XSRF
48 CopyRequestBody bool 48 CopyRequestBody bool //When in raw application, You want to the reqeustbody
49 ) 49 )
50 50
51 func init() { 51 func init() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!