golang-github-cenk-rpc2 0.0~git20160427.0.7ab76d2e88c7-1.1 source package in Ubuntu

Changelog

golang-github-cenk-rpc2 (0.0~git20160427.0.7ab76d2e88c7-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 16:26:43 +0100

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cenk-rpc2_0.0~git20160427.0.7ab76d2e88c7-1.1.dsc 2.3 KiB e3cabc9782154b4068e2873b34f4af170d9c821d7bb8660fd18fcdefa8b2d363
golang-github-cenk-rpc2_0.0~git20160427.0.7ab76d2e88c7.orig.tar.xz 8.3 KiB b42aeb6511fe6be2f551ca9c4bf0d1378614dab1c6261f08a73d87f192934bac
golang-github-cenk-rpc2_0.0~git20160427.0.7ab76d2e88c7-1.1.debian.tar.xz 1.9 KiB 4b0a19a0b28cd0fd8175f4eef85bb182010fde2e44107c07dfbe20ebee911682

No changes file available.

Binary packages built by this source

golang-github-cenk-rpc2-dev: bi-directional RPC in Go

 rpc2 is a fork of net/rpc package in the standard library. The main
 goal is to add bi-directional support to calls. That means server
 can call the methods of client which is not possible with net/rpc
 package.