fmt
This commit is contained in:
parent
868b93dbbc
commit
fb4fa25f2f
1 changed files with 1 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
package crud
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// ReadOneWeb is the webhandler to get one object
|
||||
|
|
Loading…
Reference in a new issue