Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Update README.md for v2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-ridge authored Jan 18, 2022
1 parent 61f57c4 commit a0e9eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/ridge/must.svg)](https://pkg.go.dev/github.com/ridge/must)

must.OK(os.Unsetenv("FOO"))
bs := must.Bytes(json.Marshal(dataStructureDefinedInCode))
bs := must.OK1(json.Marshal(dataStructureDefinedInCode))
defer must.Do(f.Close)

is
Expand Down

0 comments on commit a0e9eb4

Please sign in to comment.