Skip to content

Commit

Permalink
fix(fmt): fmt import
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Jia committed Apr 19, 2018
1 parent 3c8e1e3 commit c819e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package tonic
import (
"errors"
"fmt"
"strings"

"github.com/gin-gonic/gin"
"github.com/lingmiaotech/tonic/statsd"
"strings"
)

func (s *Server) InitRoutes() error {
Expand Down
1 change: 1 addition & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (

"github.com/CrowdSurge/banner"
"github.com/gin-gonic/gin"

"github.com/lingmiaotech/tonic/configs"
"github.com/lingmiaotech/tonic/database"
"github.com/lingmiaotech/tonic/kafka"
Expand Down

0 comments on commit c819e6b

Please sign in to comment.