golang-github-oleiade-reflections 0.1.2+git20131121.2.632977f-1 source package in Ubuntu

Changelog

golang-github-oleiade-reflections (0.1.2+git20131121.2.632977f-1) unstable; urgency=medium

  * Initial release (Closes: #828691)

 -- Andrew Starr-Bochicchio <email address hidden>  Sun, 26 Jun 2016 16:26:26 -0400

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 Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-oleiade-reflections_0.1.2+git20131121.2.632977f-1.dsc 2.4 KiB 91ce5f77aa22fa77c785b8c95ec39ecb23ac7f639b659b06ac7992c8daf3251c
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-1.debian.tar.xz 1.9 KiB 67cd24afe53493f336352640c6827464268ba64f6a635ce07dfd8c2a73ab93c9

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.