Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 365 Bytes

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