golang-github-patrickmn-go-cache 2.1.0-1.1 source package in Ubuntu

Changelog

golang-github-patrickmn-go-cache (2.1.0-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>  Wed, 06 Jan 2021 19:29:55 +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-patrickmn-go-cache_2.1.0-1.1.dsc 2.3 KiB 93d5cd69cee3eeaf64a20baafea7d1fb2ec585ca498cdb069fd92c4656e1ea72
golang-github-patrickmn-go-cache_2.1.0.orig.tar.xz 11.4 KiB 65c161da761341ca570dd9564d10f872ca935d64671902a893ca19349794dda4
golang-github-patrickmn-go-cache_2.1.0-1.1.debian.tar.xz 2.2 KiB 022f974637aee35f27905643174731b7e5c7ab844227b22e1a3884ccde974f3d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-patrickmn-go-cache-dev: in-memory key:value store/cache (similar to Memcached)

 go-cache is an in-memory key:value store/cache similar
 to memcached that is suitable for applications running on a single
 machine. Its major advantage is that, being essentially a thread-safe
 map[string]interface{} with expiration times, it doesn't need to serialize
 or transmit its contents over the network.