golang-github-oleiade-reflections 0.1.2+git20131121.2.632977f-2 source package in Ubuntu
Changelog
golang-github-oleiade-reflections (0.1.2+git20131121.2.632977f-2) unstable; urgency=medium * Fix Vcs-Git URL -- Michael Stapelberg <email address hidden> Sun, 28 Jan 2018 20:09:43 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Jammy | release | universe | misc | |
Focal | release | universe | misc | |
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-oleiade-reflections_0.1.2+git20131121.2.632977f-2.dsc | 2.4 KiB | 6e223c2dd987b02ea26dba0795064a888dedbffd490671dad5b09a8fc73c87dd |
golang-github-oleiade-reflections_0.1.2+git20131121.2.632977f.orig.tar.xz | 5.3 KiB | b4433bc8136dc6053548561f2a1eaea6da0b2396cb83ce6bdc586b47d2678cd8 |
golang-github-oleiade-reflections_0.1.2+git20131121.2.632977f-2.debian.tar.xz | 1.9 KiB | ef6e497424b90115863122a9ac69ca2bdebda9dff4ab86080154058cedabd1d7 |
Available diffs
No changes file available.
Binary packages built by this source
- golang-github-oleiade-reflections-dev: high level abstractions over Golang reflect library
github.
com/oleiade/ reflections provides high level abstractions above
the golang reflect library.
.
The reflect library is very low-level and can be quite complex when it comes
to doing simple things like accessing a structure field value or a field tag.
.
The purpose of the reflections package is to make developers' life easier when
it comes to introspecting structures at runtime. Its API is inspired from
Python language (getattr, setattr, hasattr...) and provides simplified
access to structure fields and tags.