golang-github-google-wire 0.5.0-2build1 source package in Ubuntu

Changelog

golang-github-google-wire (0.5.0-2build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:23 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
golang-github-google-wire_0.5.0.orig.tar.gz 86.0 KiB 97f21d31d8a2b3b04feeee1467697c863919b62882ab2ec450ee282dab076812
golang-github-google-wire_0.5.0-2build1.debian.tar.xz 5.6 KiB c09b75bd3cf8a076296640ad11e433151877deb93d95f2db1f616118cd958fa9
golang-github-google-wire_0.5.0-2build1.dsc 2.4 KiB 4a39aa661735281097d5814ab77fd0facc45a103ea88b2679e4366c96880cb6b

View changes file

Binary packages built by this source

golang-github-google-wire-dev: Compile-time Dependency Injection for Go (library)

 Wire: Automated Initialization in Go
 .
 Wire is a code generation tool that automates connecting components
 using dependency injection. Dependencies between components are
 represented in Wire as function parameters, encouraging explicit
 initialization instead of global variables. Because Wire operates
 without runtime state or reflection, code written to be used with
 Wire is useful even for hand-written initialization.
 .
 For an overview, see the introductory blog post
 https://blog.golang.org/wire
 .
 This package contains the github.com/google/wire Go library.

google-wire: Compile-time Dependency Injection for Go (program)

 Wire: Automated Initialization in Go
 .
 Wire is a code generation tool that automates connecting components
 using dependency injection. Dependencies between components are
 represented in Wire as function parameters, encouraging explicit
 initialization instead of global variables. Because Wire operates
 without runtime state or reflection, code written to be used with
 Wire is useful even for hand-written initialization.
 .
 For an overview, see the introductory blog post
 https://blog.golang.org/wire
 .
 This package contains the wire command-line program.