fmt
the build was successful Detalhes

Esse commit está contido em:
konrad 2018-04-13 15:05:23 +02:00 commit de kolaente
commit 0b1212f428
Assinado por: konrad
ID da chave GPG: F40E70337AB24C9B
1 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -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)
}
}