This website requires JavaScript.
Explore
Help
Sign In
mirror
/
gin
mirror of
https://github.com/gin-gonic/gin.git
Watch
1
Star
0
Fork
You've already forked gin
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Reorder logger.go imports
Browse Source
...
This commit is contained in:
Javier Provecho Fernandez
2015-03-08 14:19:50 +01:00
parent
1143d3c4d5
commit
dc0091006b
1 changed files
with
1 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
logger.go
3
logger.go
Unescape
Escape
View File
@ -5,10 +5,9 @@
package
gin
import
(
"github.com/mattn/go-colorable"
"log"
"time"
"github.com/mattn/go-colorable"
)
var
(
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mirror/gin
Title
Body
Create Issue