Results 12 comments of Rama Catur

> Good Morning! > Has anyone found any solution of what to do about whatsapp beta? > > I know that a lot has changed, does anyone already know what...

I try new solution with set `CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++` but before execute this must install `brew install FiloSottile/musl-cross/musl-cross` Then I try exceute `env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ go build -v`...