Skip to content

Commit

Permalink
change import order
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Jul 18, 2021
1 parent 56a948f commit 7134ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion middleware/logger.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package middleware

import (
"fmt"
"github.com/gin-gonic/gin"

"fmt"
"io"
"log"
"os"
Expand Down
3 changes: 2 additions & 1 deletion middleware/statsd.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package middleware

import (
"fmt"
"github.com/gin-gonic/gin"
"gopkg.in/alexcesaro/statsd.v2"

"fmt"
"time"
)

Expand Down

0 comments on commit 7134ddf

Please sign in to comment.