Documentation
¶
Overview ¶
Package inital contains initial code for the celeritas project
Index ¶
- Constants
- 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
Constants ¶
View Source
const ( English = "english" Spanish = "spanish" French = "french" German = "german" Italian = "italian" )
Variables ¶
This section is empty.
Functions ¶
func Maths ¶
Maths takes in an arbitrary number of integers and the math operation to perform and returns the result
Types ¶
Click to show internal directories.
Click to hide internal directories.