fix unreachable code & missing stringer-generated code

This commit is contained in:
Christian Schwarz
2017-09-30 16:31:55 +02:00
parent 6199595602
commit 0cbee78b40
12 changed files with 53 additions and 24 deletions
-1
View File
@@ -28,7 +28,6 @@ func (s *LocalRPC) RegisterEndpoint(name string, handler interface{}) (err error
func (s *LocalRPC) Serve() (err error) {
panic("local cannot serve")
return nil
}
func (c *LocalRPC) Call(endpoint string, in, out interface{}) (err error) {