> Using wildcards can be tempting in such cases but it can lead to accidental > file deletions which is worse IMO.
If you name what ever file *.go inside of your guix source tree, it's kind of your on fault. > Thinking this might be because of an ABI break I ran `make clean-go && make` > before trying again, with the same result. mmh, I usually just do make clean && make, do you save that much time using make clean-go?