Versions in this module Expand all Collapse all v1 v1.4.0 Nov 10, 2024 v1.3.0 Nov 1, 2024 Changes in this version + const English + const French + const German + const Italian + const Spanish + func Add(numbers ...int) int + func Divide(numbers ...int) int + func Maths(operation Operation, numbers ...int) int + func Modulus(numbers ...int) int + func Multiply(numbers ...int) int + func SayHello(name, language string) string + func Subtract(numbers ...int) int + func TestFunc(a, b int) int + type Operation int + const OpAdd + const OpDivide + const OpInvalid + const OpModulus + const OpMultiply + const OpSubtract + func (op Operation) String() string