Documentation
¶
Overview ¶
Package gotrain is a training package that helps teach how to set up GO packages.
It includes one function Add that adds two integers together.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Number ¶
type Number interface { constraints.Integer | constraints.Float }
Number represents either an integer or a floating point number.
Click to show internal directories.
Click to hide internal directories.