From d7fd1082a4da1fcebbf2e9c921f94b39ad50bbb4 Mon Sep 17 00:00:00 2001 From: konrad Date: Tue, 23 Jan 2018 13:00:32 +0100 Subject: [PATCH] Fixed lint --- routes/api/v1/users_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/api/v1/users_list.go b/routes/api/v1/users_list.go index 0ff511a..fa01c37 100644 --- a/routes/api/v1/users_list.go +++ b/routes/api/v1/users_list.go @@ -7,6 +7,7 @@ import ( "github.com/labstack/echo" ) +// UsersList lists all users func UsersList(c echo.Context) error { // Check if the user is admin