nicholasjackson / building-microservices-in-go

Example code to accompany the book building Microservices in go
MIT License
101 stars 34 forks source link

remove binaries, change reference to square method, fix call to CallR… #2

Open leogtzr opened 5 years ago

leogtzr commented 5 years ago

Removed unnecessary binaries, changed reference to "square" method, fix call to CallRemote in client.Client. bench.New() in your repository was updated so I updated the code to include the showProgress parameter.