fmt
This commit is contained in:
parent
ee4a904e35
commit
281e9c1cd0
4 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
package crud
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.kolaente.de/konrad/list/models"
|
||||
"github.com/labstack/echo"
|
||||
"net/http"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// UpdateWeb is the webhandler to update an object
|
||||
|
|
|
|||
Reference in a new issue