Registry / utility / tredoe-osutil

tredoe-osutil

JSON →
library1.5.0gogounverified

A collection of OS utility functions for Go, including file operations and process management.

go get github.com/tredoe/osutil
INSTALL
IMPORT
SIG · TREDOE-OSUTIL
T
tredoe-osutil
utilitygov1.5.0
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.

osutil
github.com/tredoe/osutil

Check if a file exists using osutil.

package main import ( "fmt" "github.com/tredoe/osutil" ) func main() { exists, _ := osutil.FileExists("/tmp/test.txt") fmt.Println(exists) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
tredoe-osutil — go get tredoe-osutil · libregistry