Source: golang-github-karrick-goswarm Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Christos Trochalakis , Mpampis Kostas , Build-Depends: debhelper (>= 11), dh-golang, golang-any, Standards-Version: 4.1.3 Homepage: https://github.com/karrick/goswarm Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-karrick-goswarm Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-karrick-goswarm.git XS-Go-Import-Path: github.com/karrick/goswarm Testsuite: autopkgtest-pkg-go Package: golang-github-karrick-goswarm-dev Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, Description: Memoization with asynchronous revalidation for Go goswarm is a library for storing the results of expensive function calls and returning the cached result when the same input key occurs again. . In addition, it provides stale-while-revalidate and stale-if-error compatible features.