1
0
Fork 0
forked from External/ergo

away modes

This commit is contained in:
Jeremy Latt 2014-02-11 15:44:58 -08:00
parent cdae59ecf5
commit 08d9d5ab79
6 changed files with 79 additions and 24 deletions

View file

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