Python's repr() for Go
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
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0-0.13.20210108gitbb82daf.fc35 | - |
Fedora 35 | 0-0.13.20210108gitbb82daf.fc35 | - |
Fedora 34 | 0-0.12.20210108gitbb82daf.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-alecthomas-repr dash maintainers at fedoraproject dot org
.