all: clear docs, testa and Makefile (fixes #19)

This commit is contained in:
Aleksandr Razumov
2017-02-18 14:20:21 +03:00
parent af1a7982ad
commit 3d9022e65f
15 changed files with 83 additions and 35 deletions

View File

@@ -6,6 +6,8 @@ import (
)
// ErrorCodeAttribute represents ERROR-CODE attribute.
//
// https://tools.ietf.org/html/rfc5389#section-15.6
type ErrorCodeAttribute struct {
Code ErrorCode
Reason []byte