Skip to content

Commit

Permalink
Format for ~80col
Browse files Browse the repository at this point in the history
  • Loading branch information
kylelemons committed Mar 4, 2012
1 parent e8445a1 commit 9234502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
// Echo(in *Payload, out *Payload) error
// }
//
// // DialEchoService returns a EchoService for calling the EchoService servince at addr (TCP).
// // DialEchoService returns a EchoService for calling the EchoService servince.
// func DialEchoService(addr string) (EchoService, error) {
//
// // NewEchoServiceClient returns an *rpc.Client wrapper for calling the methods of
// // EchoService remotely.
// // NewEchoServiceClient returns an *rpc.Client wrapper for calling the methods
// // of EchoService remotely.
// func NewEchoServiceClient(conn net.Conn) EchoService
//
// // ListenAndServeEchoService serves the given EchoService backend implementation
Expand All @@ -87,7 +87,7 @@
// Echo(r *http.Request, in *Payload, out *Payload) error
// }
//
// // NewEchoServiceWebClient returns a webrpc wrapper for calling the methods of EchoService
// // NewEchoServiceWebClient returns a webrpc wrapper for calling EchoService
// // remotely via the web. The remote URL is the base URL of the webrpc server.
// func NewEchoServiceWebClient(remote *url.URL, pro webrpc.Protocol) EchoService
//
Expand Down
2 changes: 1 addition & 1 deletion example_ae/whoami/whoami.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9234502

Please sign in to comment.