Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _content/doc/go1.26.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ blocking on operations over concurrency primitives reachable
through global variables or the local variables of runnable goroutines.

Special thanks to Vlad Saioc at Uber for contributing this work.
The underlying theory is presented in detail [a publication by
Saioc et al.](https://dl.acm.org/doi/pdf/10.1145/3676641.3715990).
The underlying theory is presented in detail in [a publication by
Saioc et al](https://dl.acm.org/doi/pdf/10.1145/3676641.3715990).

The implementation is production-ready, and is only considered an
experiment for the purposes of collecting feedback on the API,
Expand Down