update comments

This commit is contained in:
Stéphane Depierrepont aka Toorop
2015-05-15 07:51:55 +02:00
parent 59cecbc7e8
commit 5b2c208a85

View File

@@ -194,8 +194,8 @@ func Sign(email *[]byte, options SigOptions) error {
}
// verify verifies an email an return
// state: SUCCESS or PERMFAIL or TEMPFAIL or NOTSIGNED
// msg: a complementary message (if needed)
// state: SUCCESS or PERMFAIL or TEMPFAIL, TESTINGSUCCESS, TESTINGPERMFAIL
// TESTINGTEMPFAIL or NOTSIGNED
// error: if an error occurs during verification
func Verify(email *[]byte) (verifyOutput, error) {
// parse email