Package doc

Table of Contents

Document Packages howto

ToHTML Rules from https://golang.org/pkg/go/doc/#ToHTML:

Package documentation rules:

// Package sort provides primitives for sorting slices and user-defined
// collections.
package sort
// Fprint formats using the default formats for its operands and writes to w.
// Spaces are added between operands when neither is a string.
// It returns the number of bytes written and any write error encountered.
func Fprint(w io.Writer, a ...interface{}) (n int, err error) {
// BUG(r): The rule Title uses for word boundaries does not handle Unicode punctuation properly.

godoc reference

godoc -http=:6060