James F. Carter
Results
1
issues of
James F. Carter
This allows services to generate their own faults. eg ``` type HelloService struct{} func (h *HelloService) Say(r *http.Request, args *struct{Who string}, reply *struct{Message string}) error { log.Println("Say", args.Who) if args.Who...