golang-github-facebookgo-inject 0.0~git20180706.f23751c-4 source package in Ubuntu

Changelog

golang-github-facebookgo-inject (0.0~git20180706.f23751c-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 23 Nov 2022 21:47:55 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-facebookgo-inject_0.0~git20180706.f23751c-4.dsc 2.4 KiB 20a4f960d0bf4fc9d02fbcc1902d77170c558e5a850fa363f5c77e57f3a34014
golang-github-facebookgo-inject_0.0~git20180706.f23751c.orig.tar.xz 8.5 KiB 1ee54cc52eee9e2ddacd120f94f75b04845c5a00de49832f3aa4773f2b4c0ce3
golang-github-facebookgo-inject_0.0~git20180706.f23751c-4.debian.tar.xz 2.5 KiB cd680d1379178d7171c73549a315475bce558ae63de8510f28a83b3f64942ae6

No changes file available.

Binary packages built by this source

golang-github-facebookgo-inject-dev: reflect based injector

 A large application built with dependency injection in mind will typically
 involve the boring work of setting up the object graph.
 This library attempts to take care of this boring work by creating and
 connecting the various objects. Its use involves you seeding the object
 graph with some (possibly incomplete) objects, where the underlying types
 have been tagged for injection. Given this, the library will populate the
 objects creating new ones as necessary. It uses singletons by default,
 supports optional private instances as well as named instances.