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:
parent
b5f17a69f6
commit
166abaf187
5 changed files with 10 additions and 2 deletions
5
_examples/dkim-proxy/README.md
Normal file
5
_examples/dkim-proxy/README.md
Normal 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.
|
5
_examples/dkim-proxy/go.mod
Normal file
5
_examples/dkim-proxy/go.mod
Normal 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
2
go.mod
|
@ -1,5 +1,3 @@
|
|||
module github.com/chrj/smtpd
|
||||
|
||||
go 1.14
|
||||
|
||||
require github.com/eaigner/dkim v0.0.0-20150301120808-6fe4a7ee9cfb
|
||||
|
|
Loading…
Add table
Reference in a new issue