Skip to content

Commit

Permalink
fix function name (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: cuishuang <[email protected]>
  • Loading branch information
cuishuang authored Feb 27, 2023
1 parent e6fb919 commit 7d8d4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion id.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func init() {
}
}

// readMachineId generates machine id and puts it into the machineId global
// readMachineID generates machine id and puts it into the machineId global
// variable. If this function fails to get the hostname, it will cause
// a runtime error.
func readMachineID() []byte {
Expand Down

0 comments on commit 7d8d4db

Please sign in to comment.