Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
feat: Add boilerplate get serial for linux
Browse files Browse the repository at this point in the history
Related: #4
  • Loading branch information
clburlison committed Jan 3, 2018
1 parent 8007a77 commit 2d7e143
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/serial_linux.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package client

func GetSerialNumber() string {
// dmidecode -t system | grep Serial
return ""
}

0 comments on commit 2d7e143

Please sign in to comment.