aboutsummaryrefslogtreecommitdiff
path: root/src/path/path.go
AgeCommit message (Expand)Author
2020-10-13path: avoid import of stringsRuss Cox
2019-11-20path: minor changes to improve documentation for JoinEric Rutherford
2019-09-09path: improve documentation to call out cases where Clean is calledEric Rutherford
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-06-14path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick
2016-11-08path: document that filepath is recommended to manipulate filename pathsJaana Burcu Dogan
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-28path: fix typoShenghou Ma
2015-05-31path: fix a typo in documentation of SplitMichael Käufl
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox