bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
657 stars 199 forks source link

support darwin arm64 #97

Closed tobiaskohlbau closed 3 years ago

tobiaskohlbau commented 3 years ago

This package should support darwin arm64.

From the looks of it the fix could be done by removing the build constraint to only support amd64 and x86.