fmt
the build was successful Details

This commit is contained in:
konrad 2018-04-13 15:05:23 +02:00 committed by kolaente
부모 c097264bde
커밋 0b1212f428
로그인 계정: konrad
GPG 키 ID: F40E70337AB24C9B
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

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