From 28a55fbf1c4f8cde52f7021a10c89677d1f1351e Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 1 Jul 2021 15:37:47 +0300 Subject: [PATCH] Nolint --- hasura/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hasura/api.go b/hasura/api.go index 75c9ca0..05108b2 100644 --- a/hasura/api.go +++ b/hasura/api.go @@ -55,6 +55,7 @@ func (api *API) get(endpoint string, args map[string]string) (*http.Response, er return api.client.Do(req) } +//nolint func (api *API) post(endpoint string, args map[string]string, body interface{}, output interface{}) error { url, err := api.buildURL(endpoint, args) if err != nil {