MailSlurp Go example
See MailSlurp Go Docs for more information.
Setup
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional
go get github.com/mailslurp/mailslurp-client-go
Run example
API_KEY="your-api-key" go test