Directories ¶
Path | Synopsis |
---|---|
chapter1
|
|
dup1
Dup1 prints the text of each line that appears more than once in the standard input, preceded by its count.
|
Dup1 prints the text of each line that appears more than once in the standard input, preceded by its count. |
dup2
Dup2 prints the count and text of lines that appear more than once in the input.
|
Dup2 prints the count and text of lines that appear more than once in the input. |
dup3
Dup3 prints the count and text of lines that appear more than once in the named input files.
|
Dup3 prints the count and text of lines that appear more than once in the named input files. |
echo1
Echo1 prints its command-line arguments.
|
Echo1 prints its command-line arguments. |
echo2
Echo2 prints its command-line arguments.
|
Echo2 prints its command-line arguments. |
echo3
Echo3 prints its command-line arguments.
|
Echo3 prints its command-line arguments. |
fetch
Fetch prints the content found at each specified URL.
|
Fetch prints the content found at each specified URL. |
fetchall
Fetchall fetches URLs in parallel and reports their times and sizes.
|
Fetchall fetches URLs in parallel and reports their times and sizes. |
helloworld
Helloworld is our first Go program.
|
Helloworld is our first Go program. |
chapter2
|
|
chapter3
|
|
chapter4
|
|
issuereport
Issuesreport prints a report of issues matching the search terms.
|
Issuesreport prints a report of issues matching the search terms. |
movie
Movie prints Movies as JSON.
|
Movie prints Movies as JSON. |
chapter5
|
|
defer1
Defer1 demonstrates a deferred call being invoked during a panic.
|
Defer1 demonstrates a deferred call being invoked during a panic. |
defer2
Defer2 demonstrates a deferred call to runtime.Stack during a panic.
|
Defer2 demonstrates a deferred call to runtime.Stack during a panic. |
findlinks1
Findlinks1 prints the links in an HTML document read from standard input.
|
Findlinks1 prints the links in an HTML document read from standard input. |
findlinks2
findlinks url ...
|
findlinks url ... |
links
Package links provides a link-extraction function.
|
Package links provides a link-extraction function. |
outline
Outline prints the outline of an HTML document tree.
|
Outline prints the outline of an HTML document tree. |
outline2
Outline print the outline of a html document tree
|
Outline print the outline of a html document tree |
squares
The squares program demonstrates a function value with state.
|
The squares program demonstrates a function value with state. |
title1
Title1 prints the title of an HTML document specified by a URL.
|
Title1 prints the title of an HTML document specified by a URL. |
title2
Title2 prints the title of an HTML document specified by a URL.
|
Title2 prints the title of an HTML document specified by a URL. |
title3
Title3 prints the title of an HTML document specified by a URL.
|
Title3 prints the title of an HTML document specified by a URL. |
toposort
The toposort program prints the nodes of a DAG in topological order.
|
The toposort program prints the nodes of a DAG in topological order. |
trace
The trace program uses defer to add entry/exit diagnostics to a function.
|
The trace program uses defer to add entry/exit diagnostics to a function. |
wait
The wait program waits for an HTTP server to start responding.
|
The wait program waits for an HTTP server to start responding. |
chapter6
|
|
coloredpoint
Coloredpoint demonstrates struct embedding.
|
Coloredpoint demonstrates struct embedding. |
geometry
Package geometry defines simple types for plane geometry.
|
Package geometry defines simple types for plane geometry. |
intset
Package intset provides a set of integers based on a bit vector.
|
Package intset provides a set of integers based on a bit vector. |
urlvalues
The urlvalues command demonstrates a map type with methods.
|
The urlvalues command demonstrates a map type with methods. |
Click to show internal directories.
Click to hide internal directories.