README.md
October 2, 2025 ยท View on GitHub
Helpful examples for go-salesforce
I use these as advanced "integration" tests in conjunction with normal unit tests
- create a credentials.go file at root
- populate it with the constants:
domain,consumerKey, andconsumerSecret - run
go run main.go credentials.go