Registry / utility / panta-machineid

panta-machineid

JSON →
library1.0.2gogounverified

Package machineid provides support for reading the unique machine id of most OSs without admin privileges, using cross-platform methods and supporting secure HMAC-SHA256 sharing.

go get github.com/panta/machineid
INSTALL
IMPORT
SIG · PANTA-MACHINEID
P
panta-machineid
utilitygov1.0.2
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/panta/machineid

Get the machine ID

package main import ( "fmt" "github.com/panta/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.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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