diff --git a/main.go b/main.go index 8dbbc12..33aaf3c 100644 --- a/main.go +++ b/main.go @@ -13,8 +13,8 @@ import ( ) -// Logger is a simple log handler, out puts in the standard of apache access log common -// http://httpd.apache.org/docs/2.2/logs.html#accesslog +// Logger is a simple log handler, out puts in the standard of apache access log common. +// See http://httpd.apache.org/docs/2.2/logs.html#accesslog func Logger() gin.HandlerFunc { return func(c *gin.Context) { t := time.Now() diff --git a/templates/index.html b/templates/index.html index e02303a..fe1ae49 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,45 @@ - +