Skip to content

Commit 40a5266

Browse files
committed
Clarified cosign vs sigstore-go.
Signed-off-by: hayleycd <[email protected]>
1 parent c8ad268 commit 40a5266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/language_clients/go/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: Go Client Overview
55
weight: 5
66
---
77

8-
[`sigstore-go`](https://pkg.go.dev/github.com/sigstore/sigstore-go) is the Go language client for Sigstore.
8+
[`sigstore-go`](https://pkg.go.dev/github.com/sigstore/sigstore-go) is the Go language client library for Sigstore.
99

10-
[Cosign](../../cosign/signing/overview.md) is a command line utility that is used to sign software artifacts and verify signatures using Sigstore and is also written in Go. `sigstore-go` is a lighter weight tool and boasts the following benefits:
10+
`sigstore-go` is intended as a minimal dependency library for signing and verifying. It's not intended to replace [cosign](../../cosign/signing/overview.md), which provides a CLI with many features for interacting with Sigstore. Over time, `cosign` will use `sigstore-go` for verification.
1111

1212
- Friendly API for integrating Go code with Sigstore
1313
- Smaller dependency tree

0 commit comments

Comments
 (0)