]> Cypherpunks repositories - gostls13.git/commit
container/list: combining insert and remove operations while moving elements within...
authorRaghavendra Nagaraj <jamdagni86@gmail.com>
Fri, 26 Oct 2018 12:18:06 +0000 (12:18 +0000)
committerRobert Griesemer <gri@golang.org>
Fri, 26 Oct 2018 20:47:01 +0000 (20:47 +0000)
commit5bc1fd42f6d185b8ff0201db09fb82886978908b
treef65675ea2e516f437d9850cfcbd90eeaaf76b298
parent18b84cbd42f4b86cb551b0ccd70154a8bbe30a8a
container/list: combining insert and remove operations while moving elements within a list.

Fixes #27747

Change-Id: I843e9e121d33440648b364650ee8a8a1639a0144
GitHub-Last-Rev: c614e91e23d4d3dea80bc78886a1b7e96456596b
GitHub-Pull-Request: golang/go#28413
Reviewed-on: https://go-review.googlesource.com/c/144998
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/container/list/list.go