DEV Community

Go's fs Package Series' Articles

Back to Rez Moss's Series
Go's fs Package: Modern File System Abstraction 1/9

Go's fs Package: Modern File System Abstraction 1/9

10
Comments
5 min read
Working with the Core FS Interface: Files, Directories, and Basic Operations (2/9)

Working with the Core FS Interface: Files, Directories, and Basic Operations (2/9)

5
Comments 2
14 min read
Directory Operations: ReadDir, DirEntry, and Navigation 3/9

Directory Operations: ReadDir, DirEntry, and Navigation 3/9

4
Comments 1
11 min read
File System Walking with WalkDir: Recursive Tree Traversal 4/9

File System Walking with WalkDir: Recursive Tree Traversal 4/9

6
Comments
19 min read
Pattern Matching with Glob: Finding Files by Pattern 5/9

Pattern Matching with Glob: Finding Files by Pattern 5/9

5
Comments
11 min read
Specialized File System Interfaces: ReadFileFS, StatFS, and SubFS 6/9

Specialized File System Interfaces: ReadFileFS, StatFS, and SubFS 6/9

5
Comments
11 min read
Creating Custom File Systems: Implementing the FS Interface 7/9

Creating Custom File Systems: Implementing the FS Interface 7/9

6
Comments
18 min read
Embedded File Systems: Using embed.FS in Production 8/9

Embedded File Systems: Using embed.FS in Production 8/9

5
Comments 2
12 min read
Testing File System Code: Mocking, Stubbing, and Test Patterns 9/9

Testing File System Code: Mocking, Stubbing, and Test Patterns 9/9

5
Comments
18 min read