fmt
the build was successful 詳情

This commit is contained in:
konrad 2018-04-13 15:05:23 +02:00 提交者 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)
}
}