directory
0.0.0-20181228215051-5519dbb87bc5
Repository: https://github.com/goestoeleven/go-programming.git
Documentation: pkg.go.dev

# Packages

Bytecounter demonstrates an implementation of io.Writer that counts bytes.
Package eval provides an expression evaluator.
Http1 is a rudimentary e-commerce server.
Http2 is an e-commerce server with /list and /price endpoints.
Http3 is an e-commerce server that registers the /list and /price endpoints by calling (*http.ServeMux).Handle.
Http3a is an e-commerce server that registers the /list and /price endpoints by calling (*http.ServeMux).HandleFunc.
Http4 is an e-commerce server that registers the /list and /price endpoint by calling http.HandleFunc.
The sleep program sleeps for a specified period of time.
Sorting sorts a music playlist into a variety of orders.
The surface program plots the 3-D surface of a user-provided function.
Package tempconv performs Celsius and Fahrenheit temperature computations.
Tempflag prints the value of its -temp (temperature) flag.
Xmlselect prints the text of selected elements of an XML document.