[pkg-go] Bug#828691: ITP: golang-github-oleiade-reflections -- Golang high level abstractions over reflect library
Andrew Starr-Bochicchio
asb at debian.org
Sun Jun 26 20:09:55 UTC 2016
Package: wnpp
Severity: wishlist
Owner: Andrew Starr-Bochicchio <asb at debian.org>
* Package name : golang-github-oleiade-reflections
Version : 0.1.2+git20131121.2.632977f-1
Upstream Author : Théo Crevon
* URL : https://github.com/oleiade/reflections
* License : Expat
Programming Lang: Go
Description : Golang high level abstractions over reflect library
Reflections Package reflections provides high level abstractions above
the golang reflect library.
.
Reflect library is very low-level and can be quite complex when it comes
to do simple things like accessing a structure field value, a field tag...
.
The purpose of reflections package is to make developers life easier when
it comes to introspect structures at runtime. Its API is inspired from
python language (getattr, setattr, hasattr...) and provides a simplified
access to structure fields and tags.
This is required for goss: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804202
More information about the Pkg-go-maintainers
mailing list