package
0.5.4
Repository: https://github.com/phsym/gomarkdoc.git
Documentation: pkg.go.dev

# README

simple

import "github.com/phsym/gomarkdoc/testData/simple"

Package simple contains, some simple code to exercise basic scenarios for documentation purposes.

Index

type Num

Num is a number.

It is just a test type so that we can make sure this works.

type Num int

func AddNums

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

# Functions

AddNums adds two Nums together.

# Type aliases

Num is a number.