fix typo
This commit is contained in:
parent
e5959f80d6
commit
4d08618517
@ -6,7 +6,7 @@ type Resolver interface {
|
|||||||
Resolve(id string) ([]*Record, error)
|
Resolve(id string) ([]*Record, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A resoved id
|
// A resolved record
|
||||||
type Record struct {
|
type Record struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user