Renamed all packages
This commit is contained in:
@ -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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
package crud
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
package crud
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
)
|
||||
|
||||
// WebHandler defines the webhandler object
|
||||
|
@ -1,7 +1,7 @@
|
||||
package crud
|
||||
|
||||
import (
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"code.vikunja.io/api/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
)
|
||||
|
@ -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"
|
||||
)
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user