fmt
the build was successful Detalles

Este commit está contenido en:
konrad 2018-04-13 15:05:23 +02:00 cometido por kolaente
padre c097264bde
commit 0b1212f428
Firmado por: konrad
ID de clave GPG: F40E70337AB24C9B
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -1,8 +1,8 @@
package v1
import (
"github.com/labstack/echo"
"git.kolaente.de/konrad/Library/models"
"github.com/labstack/echo"
"net/http"
)
@ -22,4 +22,4 @@ func ShowLogs(c echo.Context) error {
}
return c.JSON(http.StatusOK, logs)
}
}