rockorager / go.notmuch

Go language bindings for notmuch mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Go language bindings for notmuch mail

License:GNU General Public License v3.0


Languages

Language:Go 99.2%Language:Makefile 0.8%