Categorygithub.com/zenhack/go.notmuch
modulepackage
0.0.0-20220918173508-0c918632c39e
Repository: https://github.com/zenhack/go.notmuch.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author