Renamed all packages

This commit is contained in:
kolaente 2018-07-25 16:24:46 +02:00 committed by konrad
parent d18570574a
commit 0df8881028
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
18 changed files with 22 additions and 22 deletions

View file

@ -1,7 +1,7 @@
package crud
import (
"git.kolaente.de/konrad/list/models"
"code.vikunja.io/api/models"
"github.com/labstack/echo"
"net/http"
"reflect"

View file

@ -1,7 +1,7 @@
package crud
import (
"git.kolaente.de/konrad/list/models"
"code.vikunja.io/api/models"
"github.com/labstack/echo"
"net/http"
)

View file

@ -1,7 +1,7 @@
package crud
import (
"git.kolaente.de/konrad/list/models"
"code.vikunja.io/api/models"
)
// WebHandler defines the webhandler object

View file

@ -1,7 +1,7 @@
package crud
import (
"git.kolaente.de/konrad/list/models"
"code.vikunja.io/api/models"
"github.com/labstack/echo"
"net/http"
)

View file

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

View file

@ -1,7 +1,7 @@
package crud
import (
"git.kolaente.de/konrad/list/models"
"code.vikunja.io/api/models"
"github.com/labstack/echo"
"net/http"
"reflect"