Skip to content

Instantly share code, notes, and snippets.

@ParthDesai
Created May 22, 2016 16:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ParthDesai/81158f3b12ca1e0cdb7becbe40be3c2f to your computer and use it in GitHub Desktop.
Save ParthDesai/81158f3b12ca1e0cdb7becbe40be3c2f to your computer and use it in GitHub Desktop.
package shared
type Arith interface {
Multiply(args *Args, reply *int) error
Divide(args *Args, quo *Quotient) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment