Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.06 KB

goexim

Golang Exim library

Build Status codecov Go Report Card GoDoc MPLv2 License

Description

goexim is a Golang library for various exim mta functions

Requirements

  • Golang 1.10.x or higher

Getting started

To install the library

go get github.com/baruwa-enterprise/goexim

You can then import it in your code

import "github.com/baruwa-enterprise/goexim"

Testing

make test

License

MPL-2.0