Describe the bug
Currently, the Go Client is broken due to io.Discard and io.ReadAll being undefined in latest version of the code.
Expected behavior
Should be able to run the Go Client without getting undefined errors unrelated to my code.
Logs
# go.mongodb.org/atlas/mongodbatlas
/root/go/src/go.mongodb.org/atlas/mongodbatlas/mongodbatlas.go:450:20: undefined: io.Discard
/root/go/src/go.mongodb.org/atlas/mongodbatlas/mongodbatlas.go:521:15: undefined: io.ReadAll
Error: Process completed with exit code 2.