This commit is contained in:
Stéphane Depierrepont aka Toorop
2015-05-14 10:42:26 +02:00
parent 9c80ef99eb
commit 2cf32b7e1b

View File

@@ -31,7 +31,7 @@ func main(){
err := dkim.Sign(&email, options)
// handle err..
// And... that's it, 'email' is now signed ! Amazing© !!!
// And... that's it, 'email' is signed ! Amazing© !!!
}
```