Install gowsdl
masterYou can install gowsdl using several methods depending on your Go version or package manager:
- Go 1.20+: Use
go installto get the latest version. - Go 1.15: Use
go get. - Homebrew: Use
brew installon macOS. - Manual: Download a release from GitHub and build it locally.