fixed makefile
+ lint & fmt
This commit is contained in:
parent
32b369e2e4
commit
8f2a24298d
4 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package v1
|
||||
|
||||
import (
|
||||
"code.vikunja.io/api/models"
|
||||
"crypto/md5"
|
||||
"encoding/hex"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
package v1
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"code.vikunja.io/api/models"
|
||||
"fmt"
|
||||
"github.com/dgrijalva/jwt-go"
|
||||
"github.com/labstack/echo"
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue