http://www.gorillatoolkit.org/pkg/rpc defines a particular method 
implementation to have to satisfy this type of argument signature:

The method has three arguments: *http.Request, *args, *reply


but the argument type can be anything beyond that for args & reply (so it 
seems).

So if args and/or reply was an array, would the actual implementation for 
the signature be something like "reply []string" or "reply *[]string"?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to