Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.33k stars 63 forks source link

Issues with cli.helpPrinter signature when go getting #65

Closed pseudomuto closed 5 years ago

pseudomuto commented 5 years ago

The Problem

When fetching ejson via go get github.com/Shopify/ejson/cmd/ejson we received the following error:

[2019-05-28T18:52:07Z] # github.com/Shopify/ejson/cmd/ejson
[2019-05-28T18:52:07Z] src/github.com/Shopify/ejson/cmd/ejson/main.go:26:18: \
  cannot use func literal (type func(string, interface {})) as type cli.helpPrinter in assignment

The Solution