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>
This commit is contained in:
Alex SZAKALY 2021-11-22 00:56:59 +01:00 committed by GitHub
parent b5f17a69f6
commit 166abaf187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,5 @@
# smtpd dkim-proxy
## Important Note
The dependency `github.com/eaigner/dkim` is no longer available thus the example can not be built.

View file

@ -0,0 +1,5 @@
module github.com/chrj/smtpd/_examples/dkim-proxy
go 1.14
require github.com/eaigner/dkim v0.0.0-20150301120808-6fe4a7ee9cfb

2
go.mod
View file

@ -1,5 +1,3 @@
module github.com/chrj/smtpd
go 1.14
require github.com/eaigner/dkim v0.0.0-20150301120808-6fe4a7ee9cfb