Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 922 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 922 Bytes

gosend-grid

Go simple utility helper to send mail using Sendgrid Mail API.

Software Engineer

  • D A N R A

Technology Stack

Gosend-grid is developed using :

  • Go 1.13.1 (darwin/amd64)

And I recommend you to use Go 1.11 and later to continue to learn or help me to develop these bunch of code, guys.

Installation

To work with Gosend-grid, you can start by using the command :

  • Using $GOPATH fundamental

    $ go get -u github.com/ravivendra/gosend-grid

Currently I am on progress to make it compatible with GO Modules fundamental.

Coverage Test

Currently, these codes have been completed with unit test, just run command below to run the test :

$ go test -v -cover

Here is the result of coverage test :

ravivendra:gosend-grid ravivendra$ go test -cover
PASS
coverage: 90.5% of statements
ok  	github.com/ravivendra/gosend-grid	1.436s

License

MIT License