package
1.0.0
Repository: https://github.com/gmallard/go-samp.git
Documentation: pkg.go.dev

# README

= 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.