index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bytes
/
example_test.go
Age
Commit message (
Expand
)
Author
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