Directories ¶
Path | Synopsis |
---|---|
ch1
|
|
dup1
Dup1 prints the text of each line that appears more than once in the standard input.
|
Dup1 prints the text of each line that appears more than once in the standard input. |
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
Dup2 prints the count and text of lines that appear more than once in the named input files.
|
Dup2 prints the count and text of lines that appear more than once in the named input files. |
echo1
Command-line Arguments Example echo1.go
|
Command-line Arguments Example echo1.go |
echo2
Command-line Arguments Example echo2.go
|
Command-line Arguments Example echo2.go |
echo3
Command-line Arguments Example echo3.go
|
Command-line Arguments Example echo3.go |
fetch
Fetch prints the content found at a URL
|
Fetch prints the content found at a URL |
fetchall
Fetchall fetches URLs in parallel and reports their times and sizes.
|
Fetchall fetches URLs in parallel and reports their times and sizes. |
minmax
Find min and max values and discard invalid values
|
Find min and max values and discard invalid values |
phonebook
Basic phonebook app
|
Basic phonebook app |
server1
Server1 is a minimal "echo" server.
|
Server1 is a minimal "echo" server. |
server2
Server 2 is a minimal "echo" and counter server.
|
Server 2 is a minimal "echo" and counter server. |
server3
Server3 is a minimal "echo" and counter server, with added functionality to handler to report on headers and form data that it receives, making the sever useful for inspecting and debugging requests:
|
Server3 is a minimal "echo" and counter server, with added functionality to handler to report on headers and form data that it receives, making the sever useful for inspecting and debugging requests: |
syslog
Logging information
|
Logging information |
which
Simple version of Unix which program in Go
|
Simple version of Unix which program in Go |
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. |
pointer
pointer demonstrates how pointer work in Go
|
pointer demonstrates how pointer work in Go |
tempconv0
Package tempconv performs Celsius and Fahrenheit temperature computations.
|
Package tempconv performs Celsius and Fahrenheit temperature computations. |
tempconv1/tempconv
Package tempconv performs Celsius and Fahrenheit conversions.
|
Package tempconv performs Celsius and Fahrenheit conversions. |
ch4
|
|
issuereport
Text and HTML Templates Issuesreport prints a report of issues matching the search terms.
|
Text and HTML Templates Issuesreport prints a report of issues matching the search terms. |
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. |
ch8
|
|
clock1
Clock1 is a TCP server that periodically write the time.
|
Clock1 is a TCP server that periodically write the time. |
clock2
Clock2 is a TCP server that periodically write the time.
|
Clock2 is a TCP server that periodically write the time. |
netcat1
Netcat1 is a read-only TCP client.
|
Netcat1 is a read-only TCP client. |
tnutil package provice functions to do common tasks
|
tnutil package provice functions to do common tasks |
Click to show internal directories.
Click to hide internal directories.