protoc-gen-go-micro/examples/arithmetics/output/arithmetics
2018-03-21 15:03:26 +01:00

6 lines
67 B
Plaintext

add(1,2) = 3
subtract(1,2) = -1
multiply(1,2) = 2
divide(2,1) = 2