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
@@ -108,7 +108,7 @@ go install github.com/mrz1836/mage-x/cmd/magex@latest
108
108
-**Benchmarks** – Check the latest numbers in the [benchmark results](#benchmark-results)
109
109
-**Test Suite** – Review both the [unit tests](subtree_test.go) and [fuzz tests](subtree_fuzz_test.go) (powered by [`testify`](https://github.com/stretchr/testify))
110
110
111
-
> **Good to know:**`go-subtree` ships with *zero* runtime dependencies.
111
+
> **Good to know:**`go-subtree` ships with *zero* runtime dependencies.
112
112
> The only external package we use is `testify`—and that's strictly for tests.
0 commit comments