simplify Replier

This commit is contained in:
Jeremy Latt 2014-02-14 19:35:25 -08:00
parent ac186a0669
commit 33b1e6c582
4 changed files with 13 additions and 18 deletions

View file

@ -125,7 +125,7 @@ type Identifier interface {
}
type Replier interface {
Reply(...Reply)
Reply(Reply)
}
type Reply interface {