- 7873623 io/fs: add examples for Glob,ReadFile and ValidPath by cuishuang · 5 months ago
- ad04342 fs: clarify documentation for ReadDir method by Matthew Burton · 6 months ago
- 586e205 std: add //go:fix inline directives to some deprecated functions by Alan Donovan · 8 months ago
- e4b12eb io: use runtime.AddCleanup instead of runtime.SetFinalizer by Carlos Amedee · 10 months ago
- f7b8dd9 io/fs: add ReadLinkFS interface by Roxy Light · 1 year, 3 months ago
- 3b94c35 io: simplify tests by removing redundant statements by Oleksandr Redko · 11 months ago
- d92e8fe io/fs: clarify that "." may only be used for root by Ian Lance Taylor · 11 months ago
- 1a955f5 io/fs: document need to call File.Close by Sean Liao · 1 year ago
- a00195d all: use t.Chdir in tests by Kir Kolyshkin · 2 years, 1 month ago
- 2247afc go,internal,io,mime: use slices and maps to clean tests by apocelipes · 1 year, 3 months ago
- b43d6c5 io: add test for Pipe constructor allocations by Cuong Manh Le · 1 year, 5 months ago
- b0b1d42 all: change from sort functions to slices functions where feasible by Ian Lance Taylor · 1 year, 5 months ago
- 709d6d5 io/fs: use slices.Contains by qiulaidongfeng · 1 year, 5 months ago
- beea7c1 io: fix typo inside copyBuffer by Chemaclass · 1 year, 6 months ago
- 80157f4 io: close PipeReader in test by guoguangwu · 1 year, 7 months ago
- bf821f6 io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPath by Andy Pan · 1 year, 8 months ago
- b44f637 io/fs: godoc links to testing/fstest by Olivier Mengué · 2 years ago
- 821f941 io/fs,path/filepath: fix typo in SkipAll/SkipDir doc by Roger Peppe · 1 year, 9 months ago
- d961b12 io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} by Jes Cok · 1 year, 11 months ago
- 345f6cd io: add available godoc link by cui fliter · 2 years ago
- a5943e9 io/fs: add godoc links by Olivier Mengué · 2 years ago
- 1ce8a3f io: add (*SectionReader).Outer() by Carlo Alberto Ferraris · 2 years, 1 month ago
- 5f04ef7 io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry by mstmdev · 2 years, 1 month ago
- 56076c3 io: reduce allocations in Pipe constructor by Joe Tsai · 2 years, 7 months ago
- 088f953 all: add a few more godoc links by Daniel Martí · 2 years, 3 months ago
- 460dc37 io: remove manual SectionReader.Size in SectionReader.ReadAt by Jorropo · 2 years, 4 months ago
- 1ff8900 io: clarify that Read(nil) can return 0, EOF by Ian Lance Taylor · 2 years, 5 months ago
- aeb0644 io: prevent seeking to position prior to offsetwrite.base by Jabar Asadi · 2 years, 5 months ago
- 1596aee all: add String for fs.{FileInfo,DirEntry} implementations by Ian Lance Taylor · 2 years, 5 months ago
- 72ba919 io/fs: add FormatFileInfo and FormatDirEntry functions by Ian Lance Taylor · 2 years, 6 months ago
- 0d699b6 io: ReadAll: do not check for realloc in first round by Olivier Mengué · 2 years, 6 months ago
- 319b75e all: add wasip1 support by Johan Brandhorst-Satzkorn · 2 years, 7 months ago
- dfe4591 io/ioutil: add doc links for deprecated function by Shengyu Zhang · 2 years, 8 months ago
- b146d76 Revert "io: detect Writers that access io.Copy's buffer after returning" by Damien Neil · 2 years, 8 months ago
- 5c5f8dc io: detect Writers that access io.Copy's buffer after returning by Damien Neil · 2 years, 8 months ago
- b02d5d3 Revert "io: allocate copy buffers from a pool" by Damien Neil · 2 years, 8 months ago
- 7d7fd6d io: allocate copy buffers from a pool by Damien Neil · 2 years, 10 months ago
- c13ce29 io/fs: clean up test helper functions by Tobias Klauser · 2 years, 11 months ago
- 7c47c97 io: use strings.Builder by cuiweixie · 3 years, 1 month ago
- 95a786d path/filepath, io/fs: add SkipAll by Paschalis Tsilias · 4 years ago
- dc8e2a6 io: add OffsetWriter, NewOffsetWriter by hopehook · 3 years, 5 months ago
- fa2d41d io/fs: fix stack exhaustion in Glob by Julie Qiu · 3 years, 4 months ago
- 3b594b9 io: clarify SeekEnd offset value by HowJMay · 3 years, 4 months ago
- f8a53df io: revert: add an Err field to LimitedReader by Russ Cox · 3 years, 4 months ago
- 946b4ba all: gofmt main repo by Russ Cox · 3 years, 5 months ago
- 20db15c all: fix spelling by John Bampton · 3 years, 5 months ago
- aedf298 io/fs: document requirement that ReadDir return an unwrapped io.EOF by Damien Neil · 4 years, 3 months ago
- fd6ef06 io: add an Err field to LimitedReader by Carl Johnson · 3 years, 7 months ago
- 0537a74 io: NopCloser forward WriterTo implementations if the reader supports it by Jorropo · 3 years, 5 months ago
- e042808 io/ioutil: provide an equivalent for the deprecated ReadDir by Daniel Martí · 3 years, 6 months ago
- 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years, 9 months ago
- 460fd63 io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call by Ian Lance Taylor · 3 years, 7 months ago
- a208aa7 io/ioutil: add deprecation markers to ioutil by Jeff Widman · 3 years, 7 months ago
- 079a027 io: add WriterTo to MultiReader by Jorropo · 3 years, 7 months ago
- 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 11 months ago
- 8ce1a95 io: add error check to TeeReader Example by jiahua wang · 4 years ago
- 2c7cdec io: remove UTF8 specified document for RuneReader by Meng Zhuo · 4 years ago
- 7eb0dd2 io: add examples for (*SectionReader) Read/Size by jiahua wang · 4 years, 1 month ago
- e301b2f io: update ByteScanner and RuneScanner docs to match long-standing implementations by Bryan C. Mills · 4 years, 1 month ago
- 12e8ffc io: avoid integer overflow in NewSectionReader by Ian Lance Taylor · 4 years, 1 month ago
- 1537f14 io: fix spelling in documentation by jiahua wang · 4 years, 1 month ago
- 051df0d io: fix spelling in documentation for writerFunc by jiahua wang · 4 years, 1 month ago
- 39e08c6 io: relax documented Seeker invariants that do not hold in practice by Bryan C. Mills · 4 years, 1 month ago
- 3bdc179 io: unexport internal methods by Roger Peppe · 4 years, 2 months ago
- 8a7ee4c io/fs: don't use absolute path in DirEntry.Name doc by Ian Lance Taylor · 4 years, 2 months ago
- 4f572d7 io/fs: minor corrections to Sub docs by Ian Lance Taylor · 4 years, 8 months ago
- 831573c io/fs: added an example for io/fs.WalkDir by Adam Mitha · 4 years, 5 months ago
- 35806ef io/fs: document that caller can modify slice returned by ReadFile by Ian Lance Taylor · 4 years, 6 months ago
- 971c715 io/fs: implement subFS.Sub by Drew Richardson · 4 years, 6 months ago
- 374b190 io/fs: implement FileInfoToDirEntry by Michel Levieux · 4 years, 8 months ago
- dc289d3 io: fix spelling in documentation for io.Discard by Simão Gomes Viana · 4 years, 7 months ago
- dcc96e4 io/ioutil: use correct Go version in redirection comments by Ian Lance Taylor · 4 years, 7 months ago
- 1767d2c io/fs: use testing.T.TempDir in TestWalkDir by Tobias Klauser · 4 years, 7 months ago
- 8336c31 io: add error check to WriteString Example test by JulianChu · 4 years, 7 months ago
- bbf7979 io/fs: clarify additional File interface docs by Josh Bleecher Snyder · 4 years, 8 months ago
- 07c6583 io/ioutil: forward TempFile and TempDir to os package by Ian Lance Taylor · 4 years, 9 months ago
- 08543f0 ios/fs: mention f.dir in (*subFS).fixErr godoc by Tobias Klauser · 4 years, 8 months ago
- e5b08e6 io/fs: allow backslash in ValidPath, reject in os.DirFS.Open by Russ Cox · 4 years, 8 months ago
- cea4e21 io/fs: backslash is always a glob meta character by Ian Lance Taylor · 4 years, 8 months ago
- b54cd94 embed, io/fs: clarify that leading and trailing slashes are disallowed by Jay Conrod · 4 years, 8 months ago
- 25c39e4 io/ioutil: fix example test for WriteFile to allow it to run in the playground by Pantonshire · 4 years, 9 months ago
- c6513bc io/fs: minor corrections to Glob doc by Ian Lance Taylor · 4 years, 9 months ago
- ee4d322 io/fs: minor corrections to Glob release date by Meng Zhuo · 4 years, 9 months ago
- 091414b io/fs: correct WalkDirFunc documentation by Ian Lance Taylor · 4 years, 9 months ago
- 95ce805 io/fs: remove darwin/arm64 special condition by Cherry Zhang · 4 years, 10 months ago
- 4fd9455 io/fs: fix typo in comment by xinlingchao · 4 years, 10 months ago
- 278b9a8 io/fs: fix package reference in FS godoc by Tobias Klauser · 4 years, 10 months ago
- 7ad6596 io/fs: fix Sub method error text by Russ Cox · 4 years, 10 months ago
- 478bde3 io/fs: add Sub by Russ Cox · 4 years, 11 months ago
- 3d913a9 os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil by Russ Cox · 5 years ago
- f3ce010 io/fs: make WalkDirFunc parameter name consistent with doc comment by fzipp · 5 years ago
- c906608 io/fs: fix reference to WalkFunc by Russ Cox · 5 years ago
- 362d25f io/fs: add WalkDir by Russ Cox · 5 years ago
- b5ddc42 io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob by Russ Cox · 5 years ago
- 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 5 years ago
- cb0a0f5 io: adopt Discard, NopCloser, ReadAll from io/ioutil by Russ Cox · 5 years ago
- b64202b io/fs: add Glob and GlobFS by Russ Cox · 5 years ago
- 7a131ac io/fs: add ReadDir and ReadDirFS by Russ Cox · 5 years ago
- 10a1a1a io/fs: add Stat and StatFS by Russ Cox · 5 years ago
- f098ccf io/fs: add ReadFile and ReadFileFS by Russ Cox · 5 years ago