| Age | Commit message (Expand) | Author |
| 2025-05-12 | bytes, strings: rename parameters in ExampleCut{Pre,Suf}fix | Tobias Klauser |
| 2025-02-14 | bytes: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and FieldsF... | cuishuang |
| 2024-08-07 | bytes,strings: use a more universal Cyrillic word | Oleksandr Redko |
| 2024-05-23 | all: change from sort functions to slices functions where feasible | Ian Lance Taylor |
| 2024-03-04 | bytes: add a colon after Output to make the Example in the document display c... | cui fliter |
| 2023-10-09 | bytes,strings: add example for ContainsFunc | cui fliter |
| 2023-08-22 | all: remove redundant string conversions when formatting []byte with %s | cui fliter |
| 2023-03-13 | bytes: add Buffer.Available and Buffer.AvailableBuffer | Joe Tsai |
| 2023-01-20 | bytes,strings: add some examples | fangguizhen |
| 2021-11-05 | bytes: add example with (*Buffer).Cap, (*Buffer).Read, (*Buffer).ReadByte | jiahua wang |
| 2021-10-06 | bytes, strings: add Cut | Russ Cox |
| 2021-09-27 | bytes: add example for (*Buffer).Next | jiahua wang |
| 2020-11-11 | bytes: add example for (*Buffer).Bytes | Federico Guerinoni |
| 2019-03-01 | bytes: add examples for ToTitleSpecial, ToUpperSpecial and ToLowerSpecial | Ketan Parmar |
| 2018-12-13 | bytes: add ReplaceAll example | dupoxy |
| 2018-08-30 | bytes: add example for Buffer.Len | Erin Masatsugu |
| 2017-11-15 | bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "") | Russ Cox |
| 2017-11-15 | bytes: make ExampleTrimLeft and ExampleTrimRight match | Russ Cox |
| 2017-11-15 | bytes: change ExampleReader_Len to use a non-ASCII string | Russ Cox |
| 2017-10-16 | bytes: add examples of Equal and IndexByte | Javier Segura |
| 2017-09-17 | bytes: add example for Len function of Reader | Andrzej Żeżel |
| 2017-08-25 | bytes: Add missing examples to functions | Borja Clemente |
| 2017-08-22 | bytes: add examples for TrimLeft and TrimRight | Michael Brandenburg |
| 2017-07-16 | bytes: add example for (*Buffer).Grow | Brian Downs |
| 2016-08-16 | bytes: add examples | Carlos C |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |