mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Get machine_id working on macOS as well
This commit is contained in:
10
tools/utils/machine_id/api.go
Normal file
10
tools/utils/machine_id/api.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package machine_id
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sync"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
|
||||
var MachineId = sync.OnceValues(read_machine_id)
|
||||
Reference in New Issue
Block a user