1
Dup1
Dup1 prints the text of each line that appears more than once in the standard input, preceded by its count.
2
Dup2
Dup2 prints the count and text of lines that appear more than once in the input. It reads from stdin or from a list of named files.
3
Dup3
Dup3 prints the count and text of lines that appear more than once in the named input files.
4
Echo1
Echo1 prints its command-line arguments.
5
Echo2
Echo2 prints its command-line arguments.
6
Echo3
Echo3 prints its command-line arguments.
7
Fetch
Fetch prints the content found at each specified URL.
8
Fetchall
Fetchall fetches URLs in parallel and reports their times and sizes.
9
Helloworld
Helloworld is our first Go program.
10
Lissajous
Run with "web" command-line argument for web server. Lissajous generates GIF animations of random Lissajous figures.
11
Server1
Server1 is a minimal "echo" server.
12
Server2
Server2 is a minimal "echo" and counter server.
13
Server3
Server3 is an "echo" server that displays request parameters.