summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
* path: minor changes to improve documentation for JoinEric Rutherford2019-11-202-9/+12
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* path: improve documentation to call out cases where Clean is calledEric Rutherford2019-09-091-3/+4
* path: change the output format of ExampleSplit functionIrbe Krumina2019-09-011-6/+10
* path: fix mismatch between error message and corresponding test functionDerek Phan2019-08-081-1/+1
* path/filepath: add examples for Base, Dir and IsAbsHasan Ozgan2019-03-251-0/+71
* path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor2019-03-052-1/+109
* path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman2019-03-015-118/+9
* path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor2019-02-202-11/+3
* path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman2019-01-271-4/+18
* path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman2019-01-151-0/+3
* path/filepath: return special error from EvalSymlinksAlex Brainman2019-01-105-41/+54
* path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong2018-12-243-4/+60
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* path/filepath: change IsAbs("NUL") to return trueAlex Brainman2018-11-022-0/+31
* path/filepath: add example for MatchAurélien Rainone2018-10-241-0/+15
* path/filepath: add AIX operating systemClément Chigot2018-10-111-1/+1
* path/filepath: fix Windows-specific Clean bugQtRoS2018-09-292-3/+11
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-264-5/+5
* path/filepath: correct symlink eval for symlink at rootIan Lance Taylor2018-09-131-5/+6
* path/filepath: rewrite walkSymlinksIan Lance Taylor2018-09-132-87/+117
* 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