This is meant to be a simple example to help illustrate some core Go concepts. It is not meant to be a robust tool.
To install this example, please use go get
.
$ go get github.com/lheinlen/go_unsort_example
To run the example utility itself...
$ go_unsort_example
To run the tests...
$ go test github.com/lheinlen/go_unsort_example