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

Commit 4461e97

Browse files
authored
Update README.md
1 parent 70f5b44 commit 4461e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Go library to shorten handling of impossible conditions
22
[![Go Reference](https://pkg.go.dev/badge/github.com/ridge/must.svg)](https://pkg.go.dev/github.com/ridge/must)
33

4+
This repository is archived. See https://github.com/dottedmag/must for the current version.
5+
46
must.OK(os.Unsetenv("FOO"))
57
bs := must.OK1(json.Marshal(dataStructureDefinedInCode))
68
defer must.Do(f.Close)

0 commit comments

Comments
 (0)