- 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 4 months ago
- 362d25f io/fs: add WalkDir by Russ Cox · 4 years, 8 months ago
- d21af00 path/filepath: add WalkDir by Russ Cox · 4 years, 4 months ago
- 74ec40f path/filepath: revert "add WalkDir" by Dmitri Shuralyov · 4 years, 4 months ago
- fd841f6 path/filepath: add WalkDir by Russ Cox · 4 years, 4 months ago
- 9488741 path/filepath: allow EvalSymlinks to work on UNC share roots on Windows by Kevin Parsons · 4 years, 5 months ago
- b5ddc42 io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob by Russ Cox · 4 years, 5 months ago
- 7bb721b all: update references to symbols moved from os to io/fs by Russ Cox · 4 years, 8 months ago
- ec095f1 path: avoid import of strings by Russ Cox · 4 years, 8 months ago
- db428ad all: enable more tests on macOS/ARM64 by Cherry Zhang · 4 years, 6 months ago
- a413908 all: add GOOS=ios by Cherry Zhang · 4 years, 6 months ago
- 98a0071 path,path/filepath: add Join examples with ".." components by Andrew Ekstedt · 4 years, 8 months ago
- 6b34417 path/filepath: add explicit comment marking elided errors by Russ Cox · 4 years, 8 months ago
- f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 5 years ago
- 9852b4b path: minor changes to improve documentation for Join by Eric Rutherford · 5 years ago
- a38a917 all: remove the nacl port (part 1) by Brad Fitzpatrick · 5 years ago
- 5e907e3 path: improve documentation to call out cases where Clean is called by Eric Rutherford · 6 years ago
- 54a9c16 path: change the output format of ExampleSplit function by Irbe Krumina · 6 years ago
- e9782bd path: fix mismatch between error message and corresponding test function by Derek Phan · 6 years ago
- 56e1614 path/filepath: add examples for Base, Dir and IsAbs by Hasan Ozgan · 6 years ago
- 294edb2 path/filepath: don't discard .. in EvalSymlinks by Ian Lance Taylor · 6 years ago
- 44d3bb9 path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks by Alex Brainman · 6 years ago
- 153c0da path/filepath: revert "fix Windows-specific Clean bug" by Ian Lance Taylor · 6 years ago
- 447965d path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks by Alex Brainman · 6 years ago
- d82c9a1 path/filepath: skip part of TestNTNamespaceSymlink by Alex Brainman · 6 years ago
- 44cf595 path/filepath: return special error from EvalSymlinks by Alex Brainman · 6 years ago
- b32ee0a path/filepath: walkSymlinks: return correct error for file with trailing slash by LE Manh Cuong · 6 years ago
- 9e277f7 all: use "reports whether" consistently instead of "returns whether" by Tobias Klauser · 6 years ago
- 3813edf all: use "reports whether" consistently in the few places that didn't by Brad Fitzpatrick · 6 years ago
- d154ef6 path/filepath: change IsAbs("NUL") to return true by Alex Brainman · 6 years ago
- 7989119 path/filepath: add example for Match by Aurélien Rainone · 6 years ago
- 1d0e94b path/filepath: add AIX operating system by Clément Chigot · 6 years ago
- d1f7470 path/filepath: fix Windows-specific Clean bug by QtRoS · 6 years ago
- da0d1a4 all: use strings.ReplaceAll and bytes.ReplaceAll where applicable by Brad Fitzpatrick · 6 years ago
- 9f59918 path/filepath: correct symlink eval for symlink at root by Ian Lance Taylor · 6 years ago
- 7d27e87 path/filepath: rewrite walkSymlinks by Ian Lance Taylor · 7 years ago
- b7d3e14 path/filepath: fix Join with Windows drive letter by Yasuhiro Matsumoto · 7 years ago
- f6a5fad path: present the correct error message in TestMatch by John Gibb · 7 years ago
- 4016de0 filepath: updates doc to give case where WalkFunc info arg may be nil by Jack · 7 years ago
- 9408119 path/filepath: make Walk example runnable in the playground by Mostyn Bramley-Moore · 7 years ago
- 063f97a os: add js/wasm architecture by Richard Musiol · 7 years ago
- 91f07c5 path/filepath: make Abs("") return working directory on Windows by Dmitri Shuralyov · 7 years ago
- 0d54fb5 path/filepath: fix Win32 tests missing 'chcp' by Lubomir I. Ivanov (VMware) · 7 years ago
- 683e2fd path/filepath: change example to print the correct path on failure by Erwin Oegema · 7 years ago
- 32e459a path/filepath: use a temp dir in path_test.go by Mostyn Bramley-Moore · 7 years ago
- 03f27d5 path/filepath: fix escaped chars in Glob on non-Windows by Daniel Martí · 7 years ago
- 821b04d path: remove filename mentions from pattern godocs by Daniel Martí · 7 years ago
- d691a31 path: add example for Match by Jeff Dupont · 8 years ago
- d153df8 all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" by Marvin Stenger · 7 years ago
- 66c03d3 path/filepath: re-implement windows EvalSymlinks by Alex Brainman · 8 years ago
- 97590ae path/filepath: add example for Walk by Jean-Francois Cantin · 7 years ago
- d2826d3 all: prefer strings.LastIndexByte over strings.LastIndex by Marvin Stenger · 7 years ago
- 5db7572 path/filepath: ensure Walk report unreadable directories once by Wei Congrui · 7 years ago
- 7739b8a path/filepath: simplify TestEvalSymlinks by Alex Brainman · 8 years ago
- eb2dc3d all: remove strings.Contains check around Replace by Daniel Martí · 7 years ago
- a323656 path: add path.Dir example with trailing slash by Mayank Kumar · 8 years ago
- e11fd00 path/filepath: add example for Ext by Kevin Burke · 8 years ago
- 827be89 path/filepath: fix TestGlobError by Dominik Honnef · 8 years ago
- 2f7fbf8 path, path/filepath: clarify and cross-reference packages by Brad Fitzpatrick · 8 years ago
- 84a5143 path: add examples by Mark Harrison · 8 years ago
- 1989921 os: do not report ModeDir for symlinks on windows by Alex Brainman · 8 years ago
- 516e6f6 all: remove some unused parameters in test code by Daniel Martí · 8 years ago
- acc1f47 path/filepath: add test to walk symlink by Alex Brainman · 8 years ago
- 61bf0d1 path/filepath: add test for directory junction walk by Alex Brainman · 8 years ago
- 2ceeb7b path/filepath: fix TestWinSplitListTestsAreValid on some systems by Remi Gillig · 8 years ago
- 34b455d path/filepath: ignore dot for Dir(`\\server\share`) by Yasuhiro Matsumoto · 8 years ago
- 067bab0 all: fix misspellings by shawnps · 8 years ago
- 1106512 path/filepath: deprecate HasPrefix by Joe Tsai · 8 years ago
- 7465bfb path: document that filepath is recommended to manipulate filename paths by Jaana Burcu Dogan · 8 years ago
- 8f91865 path/filepath: fix Abs on Windows by Zev Goldstein · 8 years ago
- 643c6b3 path/filepath: make TestToNorm robust by Hiroshi Ioka · 8 years ago
- 7e9f420 test: delete bugs directory by Josh Bleecher Snyder · 8 years ago
- 452bbfc path/filepath: fix match of \\?\c:\* on Windows by Russ Cox · 8 years ago
- 0e7f970 path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) on windows by Hiroshi Ioka · 8 years ago
- ad50408 path/filepath: simplify TestToNorm by Hiroshi Ioka · 8 years ago
- b65cdc2 path/filepath: add a test case for EvalSymlinks error by Hiroshi Ioka · 9 years ago
- 6597bcb path/filepath: remove unneeded doc statement for SplitList by Dmitri Shuralyov · 9 years ago
- 199b17c path/filepath: handle "C:." correctly in EvalSymlinks on Windows by Hiroshi Ioka · 9 years ago
- 0318d80 path/filepath: use new style deprecation message by Jaana Burcu Dogan · 9 years ago
- 7722d0f path/filepath: handle ".." in normalizing a path on Windows by Hiroshi Ioka · 9 years ago
- 157fc45 path/filepath: don't return SkipDir at top by Ian Lance Taylor · 9 years ago
- 03723c9 path/filepath: use testenv.MustHaveSymlink to simplify symlink tests by Hiroshi Ioka · 9 years ago
- df7c159 path/filepath: fix typo in comment by Ian Lance Taylor · 9 years ago
- 9447712 path/filepath: document Clean behavior for each function by Ian Lance Taylor · 9 years ago
- d2c92f8 path/filepath: prevent infinite recursion on Windows on UNC input by Josh Bleecher Snyder · 9 years ago
- 99d29d5 path/filepath: fix globbing of c:\*dir\... pattern by Alex Brainman · 9 years ago
- 683917a all: use bytes.Equal, bytes.Contains and strings.Contains, again by Dominik Honnef · 9 years ago
- c4dda7e path/filepath: normalize output of EvalSymlinks on windows by Hiroshi Ioka · 9 years ago
- 1f7e55e path, path/filepath: add Join example with joined rooted path by Russ Cox · 9 years ago
- 9804737 path/filepath: use fsutil with TestEvalSymlinksCanonicalNames by Alex Brainman · 9 years ago
- 55567d3 path: fix up bizarre test by Rob Pike · 9 years ago
- 1d40e2b Rewrite leftover references to plan9.bell-labs.com to 9p.io. by Muhammed Uluyol · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
- 58ec583 all: fix typos by Shawn Smith · 9 years ago
- b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
- 3540376 path/filepath: include test number in TestIssue13582 output by Alex Brainman · 9 years ago
- 61eb705 path/filepath: keep walking if EvalSymlinks returns symlink by Alex Brainman · 9 years ago
- 2fb931d path/filepath: remove code working around Join bug by Alex Brainman · 9 years ago
- 51a112f path/filepath: handle c: as first parameter in Join properly by Alex Brainman · 9 years ago