summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
* path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto2018-08-262-1/+12
* path: present the correct error message in TestMatchJohn Gibb2018-07-291-1/+1
* filepath: updates doc to give case where WalkFunc info arg may be nilJack2018-07-181-6/+7
* path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore2018-07-172-23/+66
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov2018-05-142-0/+47
* path/filepath: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)2018-04-261-1/+1
* path/filepath: change example to print the correct path on failureErwin Oegema2018-03-261-1/+2
* path/filepath: use a temp dir in path_test.goMostyn Bramley-Moore2018-03-051-6/+17
* path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí2018-02-142-2/+21
* path: remove filename mentions from pattern godocsDaniel Martí2018-02-142-3/+3
* path: add example for MatchJeff Dupont2018-02-131-0/+10
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-2/+2
* path/filepath: re-implement windows EvalSymlinksAlex Brainman2017-10-052-2/+129
* path/filepath: add example for WalkJean-Francois Cantin2017-09-271-0/+22
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-2/+2
* path/filepath: ensure Walk report unreadable directories onceWei Congrui2017-09-252-18/+18
* path/filepath: simplify TestEvalSymlinksAlex Brainman2017-09-242-145/+117
* all: remove strings.Contains check around ReplaceDaniel Martí2017-09-121-3/+1
* path: add path.Dir example with trailing slashMayank Kumar2017-09-081-0/+4
* path/filepath: add example for ExtKevin Burke2017-08-251-0/+20
* path/filepath: fix TestGlobErrorDominik Honnef2017-06-151-2/+2
* path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick2017-06-142-1/+9
* path: add examplesMark Harrison2017-05-161-6/+34
* os: do not report ModeDir for symlinks on windowsAlex Brainman2017-04-262-5/+0
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-2/+2
* path/filepath: add test to walk symlinkAlex Brainman2017-04-052-35/+75
* path/filepath: add test for directory junction walkAlex Brainman2017-02-121-0/+42
* path/filepath: fix TestWinSplitListTestsAreValid on some systemsRemi Gillig2017-02-111-1/+4
* path/filepath: ignore dot for Dir(`\\server\share`)Yasuhiro Matsumoto2017-02-042-0/+5
* all: fix misspellingsshawnps2017-01-071-1/+1
* path/filepath: deprecate HasPrefixJoe Tsai2016-12-163-1/+8
* path: document that filepath is recommended to manipulate filename pathsJaana Burcu Dogan2016-11-081-0/+2
* path/filepath: fix Abs on WindowsZev Goldstein2016-10-292-2/+9
* path/filepath: make TestToNorm robustHiroshi Ioka2016-10-251-10/+19
* test: delete bugs directoryJosh Bleecher Snyder2016-10-251-2/+2
* path/filepath: fix match of \\?\c:\* on WindowsRuss Cox2016-10-243-8/+20
* path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...Hiroshi Ioka2016-10-231-5/+4
* path/filepath: simplify TestToNormHiroshi Ioka2016-10-161-3/+5
* path/filepath: add a test case for EvalSymlinks errorHiroshi Ioka2016-10-121-0/+22
* path/filepath: remove unneeded doc statement for SplitListDmitri Shuralyov2016-10-121-1/+1
* path/filepath: handle "C:." correctly in EvalSymlinks on WindowsHiroshi Ioka2016-09-052-2/+37
* path/filepath: use new style deprecation messageJaana Burcu Dogan2016-09-021-0/+2
* path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka2016-08-304-8/+159
* path/filepath: don't return SkipDir at topIan Lance Taylor2016-08-252-5/+25
* path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka2016-08-233-45/+5
* path/filepath: fix typo in commentIan Lance Taylor2016-07-071-1/+1
* path/filepath: document Clean behavior for each functionIan Lance Taylor2016-07-061-5/+7
* path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder2016-05-312-0/+11
* path/filepath: fix globbing of c:\*dir\... patternAlex Brainman2016-05-272-7/+196