stianeikeland / go-rpio

:electric_plug: Raspberry Pi GPIO library for go-lang
MIT License
2.2k stars 221 forks source link

Use the modern unsafe replacement of reflect #89

Open romaindoumenc opened 1 year ago

romaindoumenc commented 1 year ago

As of Go1.20, “safer” versions of pointer casting are available to point to the same address. Use them.