Directories ¶
Path | Synopsis |
---|---|
ch1
|
|
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. |
echo1
echo-1 prints its command-line arguments.
|
echo-1 prints its command-line arguments. |
echo2
Echo2 prints its command-line arguments.
|
Echo2 prints its command-line arguments. |
fetch
Fetch prints the content found at a URL.
|
Fetch prints the content found at a URL. |
hello-world
hello-world says hello to the world using Go programming language.
|
hello-world says hello to the world using Go programming language. |
lissajous
Lissajous generates GIF animations of random figures.
|
Lissajous generates GIF animations of random figures. |
server1
Server1 is a minimal "echo" server.
|
Server1 is a minimal "echo" server. |
server2
Server2 is a minimal "echo" and counter server.
|
Server2 is a minimal "echo" and counter server. |
server3
handler echoes the HTTP request.
|
handler echoes the HTTP request. |
ch10
|
|
ch11
|
|
echo
Echo prints its command-line arguments.
|
Echo prints its command-line arguments. |
word1
Package word provide utilities for word games.
|
Package word provide utilities for word games. |
word2
Package word provide utilities for word games.
|
Package word provide utilities for word games. |
ch2
|
|
boiling
Boiling prints the boiling point of water.
|
Boiling prints the boiling point of water. |
cf
Cf converts its numeric argument to Celsius and Fahrenheit.
|
Cf converts its numeric argument to Celsius and Fahrenheit. |
echo4
Echo4 prints its command-line arguments.
|
Echo4 prints its command-line arguments. |
ftoc
Ftoc prints two Fahrenheit-to-Celsius conversions.
|
Ftoc prints two Fahrenheit-to-Celsius conversions. |
tempconv
Package tempconv performs Celsius and Fahrenheit conversions.
|
Package tempconv performs Celsius and Fahrenheit conversions. |
tempconv0
Package tempconv performs Celsius and Fahrenheit temperature computations.
|
Package tempconv performs Celsius and Fahrenheit temperature computations. |
ch3
|
|
basename1
basename removes directory components and a .suffix.
|
basename removes directory components and a .suffix. |
mandelbrot
Mandelbrot emits a PNG image of the Mandelbrot fractal.
|
Mandelbrot emits a PNG image of the Mandelbrot fractal. |
ch4
|
|
charcount
Charcount computes counts of Unicode characters.
|
Charcount computes counts of Unicode characters. |
github
Package github provides a Go API for the GitHub issue tracker.
|
Package github provides a Go API for the GitHub issue tracker. |
issues
Issues prints a table of GitHub issues matching the search terms.
|
Issues prints a table of GitHub issues matching the search terms. |
noneempty
Nonempty is as example of an in-place slice algorithm.
|
Nonempty is as example of an in-place slice algorithm. |
ch5
|
|
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. |
links
Package links provides a link-extraction function.
|
Package links provides a link-extraction function. |
ch6
|
|
ch7
|
|
xmlselect
Xmlselect prints the text of selected elements of an XML document.
|
Xmlselect prints the text of selected elements of an XML document. |
ch8
|
|
clock1
Clock1 is a TCP server that periodically writes the time.
|
Clock1 is a TCP server that periodically writes the time. |
clock2
Clock2 is a TCP server that periodically writes the time.
|
Clock2 is a TCP server that periodically writes the time. |
netcat1
Netcat1 is a read-only TCP client.
|
Netcat1 is a read-only TCP client. |
ch9
|
|
bank1
Package bank provides a concurrency-safe bank with one account.
|
Package bank provides a concurrency-safe bank with one account. |
memo1
Package memo provides a concurrency-unsafe memoization of a function of type Func.
|
Package memo provides a concurrency-unsafe memoization of a function of type Func. |
Click to show internal directories.
Click to hide internal directories.