@@ -6,8 +6,8 @@ package machineid
import (
"crypto/md5"
"encoding/hex"
- "net"
"io/ioutil"
+ "net"
)
func getMachineID() (s string, err error) {
@@ -1,3 +1,4 @@
+//go:build windows
// +build windows
package machineid