From cf92f12da5a69e8b72ca271ac75c9cdf4c59c7fd Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 3 Sep 2018 15:17:37 +0530 Subject: [PATCH] Fix the go vet Signed-off-by: Noel Georgi --- cli/ls_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/ls_test.go b/cli/ls_test.go index 5b20712c3..dfb85b085 100644 --- a/cli/ls_test.go +++ b/cli/ls_test.go @@ -6,7 +6,7 @@ import ( "github.com/99designs/keyring" ) -func ExampleListCommand() { +func ExampleLsCommand() { keyringImpl = keyring.NewArrayKeyring([]keyring.Item{ {Key: "llamas", Data: []byte(`{"AccessKeyID":"ABC","SecretAccessKey":"XYZ"}`)}, })