Go module for file operations
Find a file
g0rbe e7cd65dc25
All checks were successful
go test / go-test (push) Successful in 36s
Go Report Card / generate-report (push) Successful in 7s
pkg.go.dev / pull-new-commit (push) Successful in 31s
Add UserHomeDir(), UserConfigDir() and UserCacheDir()
2026-02-04 15:57:51 +01:00
.forgejo/workflows Fix YAML file 2026-02-04 14:36:32 +01:00
filesystem.go Add UserHomeDir(), UserConfigDir() and UserCacheDir() 2026-02-04 15:57:51 +01:00
go.mod Update dependencies 2026-02-04 15:56:56 +01:00
go.sum Update dependencies 2026-02-04 15:56:56 +01:00
json.go Add JSON r/w 2026-02-04 14:35:16 +01:00
LICENSE Initial commit 2026-02-04 13:22:46 +00:00
README.md Update README 2026-02-04 14:33:52 +01:00
yaml.go Add YAML r/w 2026-02-04 15:56:35 +01:00

filesystem

Go Reference Go Report Card

go get git.gorbe.io/go/filesystem@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/filesystem@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/filesystem/commits' | jq -r '.[0].sha')"