Skip to content

Commit 8401fce

Browse files
committed
Fix linter add doc link
1 parent 9e36446 commit 8401fce

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

keystore/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/smartcontractkit/chainlink-common/keystore.svg)](https://pkg.go.dev/github.com/smartcontractkit/chainlink-common/keystore)
2+
13
WARNING: In development do not use in production.
24

35
# Keystore

keystore/cli/cli.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ func NewSetMetadataCmd() *cobra.Command {
197197
return &cmd
198198
}
199199

200-
func zeroValue[T any]() T {
201-
var t T
202-
return t
203-
}
204-
205200
func runKeystoreCommand[Req any, Resp any](cmd *cobra.Command, args []string, fn func(ctx context.Context, k ks.Keystore,
206201
req Req) (Resp, error)) error {
207202
jsonBytes, err := readJSONInput(cmd)

0 commit comments

Comments
 (0)