1
0

Renamed all packages

This commit is contained in:
kolaente
2018-07-25 16:24:46 +02:00
committed by konrad
parent d18570574a
commit 0df8881028
18 changed files with 22 additions and 22 deletions

View File

@ -2,7 +2,7 @@ package v1
import (
"fmt"
"git.kolaente.de/konrad/list/models"
"code.vikunja.io/api/models"
"github.com/dgrijalva/jwt-go"
"github.com/labstack/echo"
)