44
55… because sometimes you just need to reliably identify your machines.
66
7- [ ![ GoDoc] ( https://godoc.org/github.com/denisbrodbeck/machineid?status.svg )] ( https://godoc.org/github.com/denisbrodbeck/machineid ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/denisbrodbeck/machineid )] ( https://goreportcard.com/report/github.com/denisbrodbeck/machineid )
8-
97## Fork
108
11- [ This] ( https://github.com/panta/machineid ) is a fork of [ github.com/denisbrodbeck/machineid] ( https://github.com/denisbrodbeck/machineid ) .
12- The fork solve some issues in the original library (docker support and customizable machine-id file, macOS cron support, ...).
9+ [ This] ( https://github.com/fourcorelabs/machineid ) is a fork of [ github.com/panta/machineid] ( https://github.com/panta/machineid ) .
1310
1411## Main Features
1512
@@ -23,13 +20,13 @@ The fork solve some issues in the original library (docker support and customiza
2320Get the library with
2421
2522``` bash
26- go get github.com/panta /machineid
23+ go get github.com/fourcorelabs /machineid
2724```
2825
2926You can also add the cli app directly to your ` $GOPATH/bin ` with
3027
3128``` bash
32- go get github.com/panta /machineid/cmd/machineid
29+ go get github.com/fourcorelabs /machineid/cmd/machineid
3330```
3431
3532## Usage
@@ -40,7 +37,7 @@ package main
4037import (
4138 " fmt"
4239 " log"
43- " github.com/panta /machineid"
40+ " github.com/fourcorelabs /machineid"
4441)
4542
4643func main () {
@@ -60,7 +57,7 @@ package main
6057import (
6158 " fmt"
6259 " log"
63- " github.com/panta /machineid"
60+ " github.com/fourcorelabs /machineid"
6461)
6562
6663func main () {
@@ -118,7 +115,7 @@ import (
118115 " crypto/hmac"
119116 " crypto/sha256"
120117 " fmt"
121- " github.com/panta /machineid"
118+ " github.com/fourcorelabs /machineid"
122119)
123120
124121const appKey = " WowSuchNiceApp"
0 commit comments