Go binding for notmuch mail.
Licensed under the GPLv3 or later (like notmuch itself).
The project uses make
to setup and download additional assets for the tests.
Run make test
to run the tests.
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
.