some filesystem related go functions I use in my projects
Find a file
2024-12-20 23:35:22 +01:00
LICENSES Make compliant with version 3.2 of the REUSE Specification 2024-12-20 19:42:09 +01:00
.gitignore Make compliant with version 3.2 of the REUSE Specification 2024-12-20 19:42:09 +01:00
fstools.go Add IsDir() and some cleanup 2024-12-20 23:35:22 +01:00
fstools_test.go Add IsDir() and some cleanup 2024-12-20 23:35:22 +01:00
fstools_unix.go Add stuff, mostly collected from other projects 2024-12-20 21:00:21 +01:00
fstools_windows.go Add stuff, mostly collected from other projects 2024-12-20 21:00:21 +01:00
go.mod Add stuff, mostly collected from other projects 2024-12-20 21:00:21 +01:00
go.sum Add stuff, mostly collected from other projects 2024-12-20 21:00:21 +01:00
README.md Make compliant with version 3.2 of the REUSE Specification 2024-12-20 19:42:09 +01:00

filesystem-utils

some filesystem related go functions I use in my projects