simple
import "github.com/cloudogu/gomarkdoc/testData/simple"
Package simple contains, some simple code to exercise basic scenarios for documentation purposes.
Index
Num is a number.
It is just a test type so that we can make sure this works.
type Num int
func AddNums(num1, num2 Num) Num
AddNums adds two Nums together.
func (Num) Add
func (n Num) Add(num Num) Num
Add adds the other num to this one.
Generated by gomarkdoc