Registry / utility / masahiro331-go-disk

masahiro331-go-disk

JSON →
library0.0.0-20240625071113-56c933208feegogounverified

Provides disk-related utilities and operations for Go, such as partition and filesystem information.

go get github.com/masahiro331/go-disk
INSTALL
IMPORT
SIG · MASAHIRO331-GO-DIS
M
masahiro331-go-disk
utilitygov0.0.0-20240625071113-56c933208fee
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.

disk
github.com/masahiro331/go-disk

Lists all disk partitions.

package main import ( "fmt" "github.com/masahiro331/go-disk" ) func main() { partitions, err := disk.Partitions(false) if err != nil { panic(err) } fmt.Println(partitions) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240625071113-56c933208feelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
masahiro331-go-disk — go get masahiro331-go-disk · libregistry