package
0.0.0-20201101041707-67b8b1f26151
Repository: https://github.com/calvinfeng/go-academy.git
Documentation: pkg.go.dev

# Functions

Addition adds two numbers together.
CreateOperationHandler dynamically creates new handler for different type of operations.
Division divides one number from another.
HandleAdd is a handler that adds two query params together.
HandleSubtract is a handler that subtracts one query param from another.
Multiplication multiples two numbers.
Subtraction subtracts one number from another.

# Type aliases

Operator is a function that performs arithmetic operation.