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.4.0-3.fc41 | - |
Fedora 41 | 0.4.0-3.fc41 | - |
Fedora 40 | 0.4.0-1.fc40 | - |
Fedora EPEL 10.0 | 0.4.0-3.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-alecthomas-repr dash maintainers at fedoraproject dot org
.