From 8263cd238bbc115eb60367d8a85138a0bae80f6d Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 10 Jun 2020 11:05:21 -0500 Subject: [PATCH] linter appeasement --- pkg/cmd/api/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/api/api.go b/pkg/cmd/api/api.go index 8ccf9777f..b828c607c 100644 --- a/pkg/cmd/api/api.go +++ b/pkg/cmd/api/api.go @@ -248,7 +248,6 @@ func readUserFile(fn string, stdin io.ReadCloser) ([]byte, error) { return ioutil.ReadAll(r) } - func openUserFile(fn string, stdin io.ReadCloser) (io.ReadCloser, error) { if fn == "-" { return stdin, nil