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
/
path
/
path.go
Age
Commit message (
Expand
)
Author
2023-11-23
path: add available godoc link
cui fliter
2023-09-13
path: use bytealg.LastIndexByteString
Tobias Klauser
2023-08-07
all: add a few more godoc links
Daniel Martí
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2020-10-13
path: avoid import of strings
Russ Cox
2019-11-20
path: minor changes to improve documentation for Join
Eric Rutherford
2019-09-09
path: improve documentation to call out cases where Clean is called
Eric Rutherford
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-06-14
path, path/filepath: clarify and cross-reference packages
Brad Fitzpatrick
2016-11-08
path: document that filepath is recommended to manipulate filename paths
Jaana Burcu Dogan
2016-03-06
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Muhammed Uluyol
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-28
path: fix typo
Shenghou Ma
2015-05-31
path: fix a typo in documentation of Split
Michael Käufl
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2014-09-08
build: move package sources from src/pkg to src
Russ Cox