Skip to content

Commit 2978452

Browse files
authored
Add godev example reference in README (#21)
1 parent d13cdb6 commit 2978452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ type Login struct {
1212
Password secret.Text
1313
}
1414
```
15-
See godev reference for more examples and usage information.
16-
- The encapsulated secret remains inaccessible to operations like printing, logging, and JSON serializtion, a redact hint like `*****` is returned instead.
15+
- The encapsulated secret remains inaccessible to operations like printing, logging, JSON serializtion etc. A (customizable) redact hint like `*****` is returned instead.
1716
- The only way to access the actual secret value is by asking explicitly via the `.Value()` method.
17+
- See [godev reference](https://pkg.go.dev/github.com/rsjethani/secret/v2#pkg-examples) for usage examples.
1818

1919
### What secret is not?
2020
- It is not a secret management service or your local password manager.

0 commit comments

Comments
 (0)