Fix some typos, fmt and imports :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
cae02b02ac
commit
c038dfbd54
11 changed files with 96 additions and 88 deletions
|
@ -5,9 +5,10 @@ package middlewares
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/gorilla/mux"
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
type Routes struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue