1
Bytecounter
Bytecounter demonstrates an implementation of io.Writer that counts bytes.
2
Eval
Example from The Go Programming Language
3
Http1
Http1 is a rudimentary e-commerce server.
4
Http2
Http2 is an e-commerce server with /list and /price endpoints.
5
Http3
Http3 is an e-commerce server that registers the /list and /price endpoints by calling (*http.ServeMux).Handle.
6
Http3a
Http3a is an e-commerce server that registers the /list and /price endpoints by calling (*http.ServeMux).HandleFunc.
7
Http4
Http4 is an e-commerce server that registers the /list and /price endpoint by calling http.HandleFunc.
8
Sleep
The sleep program sleeps for a specified period of time.
9
Sorting
Sorting sorts a music playlist into a variety of orders.
10
Surface
The surface program plots the 3-D surface of a user-provided function.
11
Tempconv
Package tempconv performs Celsius and Fahrenheit temperature computations.
12
Tempflag
Tempflag prints the value of its -temp (temperature) flag.
13
Xmlselect
Xmlselect prints the text of selected elements of an XML document.