1
Append
Append illustrates the behavior of the built-in append function.
2
Autoescape
Autoescape demonstrates automatic HTML escaping in html/template.
3
Charcount
Charcount computes counts of Unicode characters.
4
Dedup
Dedup prints only one instance of each line; duplicates are removed.
5
Embed
Embed demonstrates basic struct embedding.
6
Github
Package github provides a Go API for the GitHub issue tracker. See https://developer.github.com/v3/search/#search-issues.
7
Graph
Graph shows how to use a map of maps to represent a directed graph.
8
Issues
Issues prints a table of GitHub issues matching the search terms.
9
Issueshtml
Issueshtml prints an HTML table of issues matching the search terms.
10
Issuesreport
Issuesreport prints a report of issues matching the search terms.
11
Movie
Movie prints Movies as JSON.
12
Nonempty
Nonempty is an example of an in-place slice algorithm.
13
Rev
Rev reverses a slice.
14
Sha256
The sha256 command computes the SHA256 hash (an array) of a string.
15
Treesort
Package treesort provides insertion sort using an unbalanced binary tree.