Rama Catur
Rama Catur
I try use function CheckCurrentServerVersion to get new version but not work because default version web whatsapp can not be used. So on `session.go` file, I change default WA version...
Hey, I use lib github.com/faiface/beep and I get error when I compile linux env from mac os. This is my command: `env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -v` And return...
Hey, I try compile my application to linux from mac but I got error like this: ``` env GOOS=linux GOARCH=amd64 go build -v github.com/hajimehoshi/oto # github.com/hajimehoshi/oto ../github.com/hajimehoshi/oto/context.go:69:12: undefined: newDriver ```...
Hey, I use library github.com/hajimehoshi/oto in my darwin-amd64 environment. When I run `astilectron-bundler`, I got error : ``` 2021/06/22 13:23:28 bundling failed: bundling for environment darwin/amd64 failed: building failed: #...