Former-commit-id: 04ec02588f6f38a4dcc737126449998fb4f01e29 [formerly c6580d7eb8565c615e3684615e2d87cb101d5ce7]
Former-commit-id: ec51ad69a7ad5062bf285b18e04d4a716f4d04c0
This commit is contained in:
Preston Van Loon 2018-06-12 22:23:12 -04:00
parent ddf419d029
commit 489eb89f2e

View File

@ -32,7 +32,7 @@ func (s *Server) Stop() error {
}
// Send a message to a specific peer.
func (s *Server) Send(msg interface{}, Peer peer) {
func (s *Server) Send(msg interface{}, peer Peer) {
// TODO
}