Registry / utility / charlievieth-fs

charlievieth-fs

JSON →
library0.0.3gogounverified

Go library providing extended filesystem operations.

go get github.com/charlievieth/fs
INSTALL
IMPORT
SIG · CHARLIEVIETH-FS
C
charlievieth-fs
utilitygov0.0.3
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/charlievieth/fs

Get file information using the fs package.

package main import ( "fmt" "github.com/charlievieth/fs" ) func main() { info, err := fs.Stat("/tmp") if err != nil { panic(err) } fmt.Println(info.ModTime()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
charlievieth-fs — go get charlievieth-fs · libregistry