smtpd/_examples/dkim-proxy
Alex SZAKALY 166abaf187
chore: add leading underscore to examples directory (#13)
Unfortunately the dependency github.com/eaigner/dkim
is no longer available

As a temporary solution we need to put leading underscore
to let Go recursively ignore it

Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
2021-11-22 00:56:59 +01:00
..
go.mod chore: add leading underscore to examples directory (#13) 2021-11-22 00:56:59 +01:00
go.sum chore: add leading underscore to examples directory (#13) 2021-11-22 00:56:59 +01:00
main.go chore: add leading underscore to examples directory (#13) 2021-11-22 00:56:59 +01:00
README.md chore: add leading underscore to examples directory (#13) 2021-11-22 00:56:59 +01:00

smtpd dkim-proxy

Important Note

The dependency github.com/eaigner/dkim is no longer available thus the example can not be built.