Bunch of small warnings and stylistic things...
This commit is contained in:
parent
f680924585
commit
e4799ff8c4
21 changed files with 228 additions and 119 deletions
|
@ -62,7 +62,7 @@ func NewIdentityFromString(s string) (*Identity, error) {
|
|||
} else if ss[1] == "1" {
|
||||
id.idtype = 1
|
||||
} else {
|
||||
return nil, ErrUncrecognizedIdentityType
|
||||
return nil, ErrUnrecognizedIdentityType
|
||||
}
|
||||
|
||||
switch id.idtype {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue