godoc
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# go-dkim
|
# go-dkim
|
||||||
DKIM package for Golang
|
DKIM package for Golang
|
||||||
|
|
||||||
|
[](https://godoc.org/github.com/Toorop/go-dkim)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
@@ -42,6 +44,7 @@ import (
|
|||||||
func main(){
|
func main(){
|
||||||
// email is the email to verify (byte slice)
|
// email is the email to verify (byte slice)
|
||||||
status, err := Verify(&email)
|
status, err := Verify(&email)
|
||||||
// handle status, err
|
// handle status, err (see godoc for status)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user