You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
114
114
-**Benchmarks** – Check the latest numbers in the [benchmark results](#benchmark-results)
115
115
-**Test Suite** – Review both the [unit tests](lock_free_queue_test.go) and [fuzz tests](lock_free_queue_fuzz_test.go) (powered by [`testify`](https://github.com/stretchr/testify))
116
116
117
-
> **Good to know:**`go-lockfree-queue` ships with *zero* runtime dependencies.
117
+
> **Good to know:**`go-lockfree-queue` ships with *zero* runtime dependencies.
118
118
> The only external package we use is `testify`—and that's strictly for tests.
0 commit comments