fmt
All checks were successful
the build was successful

This commit is contained in:
konrad 2018-04-13 15:05:23 +02:00 committed by kolaente
parent c097264bde
commit 0b1212f428
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -1,8 +1,8 @@
package v1 package v1
import ( import (
"github.com/labstack/echo"
"git.kolaente.de/konrad/Library/models" "git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http" "net/http"
) )