aboutsummaryrefslogtreecommitdiff
path: root/src/sync/once.go
AgeCommit message (Expand)Author
2020-11-23sync: use 386 instead of x86-32 to refer to the 32 bit x86 architectureMartin Möhrmann
2020-10-23sync: document that Once must not be copiedDmitri Shuralyov
2019-07-01sync: document implementation of Once.DoRuss Cox
2019-03-09sync: allow inlining the Once.Do fast pathCarlo Alberto Ferraris
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-16sync/once: panicking functions still marked as completeRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox