Looking for a Golang expert - Simple Challenge Project / Test
Budget: $10 – $12 USD
Looking for an EXPERT in Golang for this test project. We want to get to know the right Golang programmer for our future projects.
Here's a simple task:
Each motherboard has a unique serial number.
I want to see if my Raspberry Pi's board serial number matches my variable01.
Example:
1-
# Print the serial number of the Raspberry Pi 4 running "eyesbulls OS / Debian 11 64bit":
# command:
cat /sys/firmware/devicetree/base/serial-number
# output:
10000000c59a7b91
2-
# declare a variable:
variable01 := "10000000c59a7b91"
3-
# compare my RaspberryPi's serial number with variable01
If they match, print "mached"
else, print "they don't match"
Again, this is a test project and we are looking to get to know the right programmer for our future Golang work.
Please test this project on your machine before you tell me you can do it. Thanks!
Here's a simple task:
Each motherboard has a unique serial number.
I want to see if my Raspberry Pi's board serial number matches my variable01.
Example:
1-
# Print the serial number of the Raspberry Pi 4 running "eyesbulls OS / Debian 11 64bit":
# command:
cat /sys/firmware/devicetree/base/serial-number
# output:
10000000c59a7b91
2-
# declare a variable:
variable01 := "10000000c59a7b91"
3-
# compare my RaspberryPi's serial number with variable01
If they match, print "mached"
else, print "they don't match"
Again, this is a test project and we are looking to get to know the right programmer for our future Golang work.
Please test this project on your machine before you tell me you can do it. Thanks!