Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
fs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
golang-utils
fs
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
v0.2.1
Select Git revision
Branches
1
main
default
protected
Tags
20
v0.22.1
v0.22.0
v0.21.0
v0.20.1
v0.20.0
v0.19.0
v0.18.3
v0.18.2
v0.18.1
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.1
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Mar
6
1
Feb
31
Jan
27
11
7
Oct
3
2
1
29
Sep
28
27
26
25
24
20
19
18
17
11
10
8
16
Aug
23
Jun
6
May
30
Apr
24
11
10
9
31
Mar
18
13
8
25
Feb
16
Jan
update updatechecker
v0.22.1 main
v0.22.1 main
update updatechecker
v0.22.0
v0.22.0
add spec for WriteSeekable
v0.21.0
v0.21.0
fix ExtReadSeekable and ExtWriteSeekable interface
add test for C:\
remove the parent dir from rootfs.MkTempDir, because it does not make sense
v0.20.1
v0.20.1
fixing some go vet complaints
have an already instantiated local rootfs and toplevel functions as shortcuts
v0.20.0
v0.20.0
export Local.ToSystem and Relative.ToSystem
remove Normalize from rootfs and have it instead inside path.Local as RootRelative
make it work on linux like windows
v0.19.0
v0.19.0
be tolerant when scanning drives that are not accessible
v0.18.3
v0.18.3
add Ext
v0.18.2
v0.18.2
[rootfs] add mkdirtmp and WriteTmpFile
v0.18.1
v0.18.1
upgrade updatechecker
v0.18.0
v0.18.0
add todo
v0.17.0
v0.17.0
cleanup deps
move the non core elements from fs to fsutils repo
add testdata
rename dbsfs to sqlitefs
fix rootfs tests
fix glob for dirfs and wrapfs and rootfs
change registry to schemafs
cleanup by moving OnUnix(), OnWindows(), Drive() and FreeSpace()
rename dirtreefs to treefs and make the implementation for directories
rename localfs to dirfs, since the characteristics of this fs is that
fix glob for mapfs and mockfs
add doc hints for the need of Close when using dbfs and tempfs
remove the Walk extension. It is not usefull at all
use the normal placeholders of the places package
v0.16.0
v0.16.0
update places
add printer for a filesystem
make Relative.Depth return -1 for root dir
add Relative.Depth
wrapfs: temporary switching back to own implementation of path trimming, since it works better
v0.15.0
v0.15.0
add a shortcut to convert a given Local path to a path relative to the rootfs
v0.14.0
v0.14.0
fixing the parsing of relative paths inside ParseFileFromSystem and ParseDirFromSystem
- replace ParseFromSystem with ParseDirFromSystem and ParseFileFromSystem
v0.13.0
v0.13.0
cleanup
tidying go.mod
v0.12.0
v0.12.0
Loading