summaryrefslogtreecommitdiff
path: root/src/bytes/example_test.go
Commit message (Expand)AuthorAgeFilesLines
* bytes: add example for (*Buffer).BytesFederico Guerinoni2020-11-111-0/+7
* bytes: add examples for ToTitleSpecial, ToUpperSpecial and ToLowerSpecialKetan Parmar2019-03-011-0/+30
* bytes: add ReplaceAll exampledupoxy2018-12-131-0/+6
* bytes: add example for Buffer.LenErin Masatsugu2018-08-301-0/+8
* bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "")Russ Cox2017-11-151-1/+1
* bytes: make ExampleTrimLeft and ExampleTrimRight matchRuss Cox2017-11-151-2/+2
* bytes: change ExampleReader_Len to use a non-ASCII stringRuss Cox2017-11-151-4/+2
* bytes: add examples of Equal and IndexByteJavier Segura2017-10-161-0/+16
* bytes: add example for Len function of ReaderAndrzej Żeżel2017-09-171-0/+10
* bytes: Add missing examples to functionsBorja Clemente2017-08-251-0/+105
* bytes: add examples for TrimLeft and TrimRightMichael Brandenburg2017-08-221-0/+12
* bytes: add example for (*Buffer).GrowBrian Downs2017-07-161-0/+9
* bytes: add examplesCarlos C2016-08-161-0/+203
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+85