diff --git a/README.md b/README.md index 6d751c7..ff94741 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ +**Please use [the generic version](v2), if you have golang 1.18 or above.** + # Overview Deque is a highly optimized double-ended queue, which is much efficient compared with `list.List` when adding or removing elements from the beginning or the end. -**Please use [v2](v2/README.md), the generic version, if you have golang 1.18 or above.** - # Benchmark ``` PushBack/Deque 100000000 12.0 ns/op 8 B/op 0 allocs/op