Inlined CSS

This commit is contained in:
George Shammas
2014-07-08 21:27:05 -04:00
parent 1f8b896912
commit 856c190656
2 changed files with 41 additions and 3 deletions

View File

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