Registry / utility / go-zoox-fs

go-zoox-fs

JSON →
library1.3.15gogounverified

File system utilities for Go, providing common file operations and helpers.

go get github.com/go-zoox/fs
INSTALL
IMPORT
SIG · GO-ZOOX-FS
G
go-zoox-fs
utilitygov1.3.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fs
github.com/go-zoox/fs

Check if a file exists using fs utility

package main import ( "fmt" "github.com/go-zoox/fs" ) func main() { exists, _ := fs.Exists("example.txt") fmt.Println("File exists:", exists) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.15latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
go-zoox-fs — go get go-zoox-fs · libregistry