= Sample Package Install
This package shows how to install a local package which will be available
to all go programs via 'import'.
== Testing
To test this package enter the command:
* go test
== Installation
To install this package to your local go package directory enter the
command:
* go install
== Notes
This example shows a number of subtle aspects of the go language.
See comments in the code for more information.