Categorygithub.com/goestoeleven/go-programmingcode_samples011-code-samples02-donovan-kernighantempch4
# Packages
Append illustrates the behavior of the built-in append function.
Autoescape demonstrates automatic HTML escaping in html/template.
Charcount computes counts of Unicode characters.
Dedup prints only one instance of each line; duplicates are removed.
Embed demonstrates basic struct embedding.
Package github provides a Go API for the GitHub issue tracker.
Graph shows how to use a map of maps to represent a directed graph.
Issues prints a table of GitHub issues matching the search terms.
Issueshtml prints an HTML table of issues matching the search terms.
Issuesreport prints a report of issues matching the search terms.
Movie prints Movies as JSON.
Nonempty is an example of an in-place slice algorithm.
Rev reverses a slice.
The sha256 command computes the SHA256 hash (an array) of a string.
Package treesort provides insertion sort using an unbalanced binary tree.