This package attempts to represent Go values in a form that can be used almost
directly in Go source code.
Unfortunately, some values (such as pointers to basic types) can not be
represented directly in Go. These values will be represented as &<value>. eg.
&23.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/alecthomas/repr