Registry / utility / denisbrodbeck-machineid

denisbrodbeck-machineid

JSON →
library1.0.1gogounverified

Provides support for reading the unique machine ID of most operating systems without admin privileges.

go get github.com/denisbrodbeck/machineid
INSTALL
IMPORT
SIG · DENISBRODBECK-MACH
D
denisbrodbeck-machineid
utilitygov1.0.1
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.

machineid
github.com/denisbrodbeck/machineid

Retrieves the unique machine ID.

package main import ( "fmt" "github.com/denisbrodbeck/machineid" ) func main() { id, err := machineid.ID() if err != nil { panic(err) } fmt.Println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
denisbrodbeck-machineid — go get denisbrodbeck-machineid · libregistry