Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 619 Bytes

Build Status

Go binding for notmuch mail.

Licensed under the GPLv3 or later (like notmuch itself).

Development

Running tests

The project uses make to setup and download additional assets for the tests.

Run make test to run the tests.

Pre PR checks

Next to the tests, you should also run gofmt on the sourcecode. Running make fmtcheck checks for formatting issues.

To run both tests and format checks, use make ci.