pinning to the older version of go will almost certainly help, and i will give that a try
my extra complication is that between download and compile, i have to edit prototocol/protocol.go to insert the AU frequencies table.
any idea where in the command sequence
git submodule init
git submodule update
/home/pi/go/bin/go1.15 install -v .
that i would do that?
when i bumbled forward using latest go version and a git clone of rtldavis, i managed to rebuild the rtldavis binary, same size but byte differences from the unedited version, but it did not use my new AU switch so presumably the original protocol.go won out (my version not compiled).