Skip to content

Latest commit

 

History

History

golang-email-test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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