mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-tj-go-buffer.
* gnu/packages/golang-xyz.scm (go-github-com-tj-go-buffer): New variable. Change-Id: I97dc8aaff09527a10c405fe31061b276d7e06bb4
This commit is contained in:
parent
211c674f4a
commit
70e06d2e6c
1 changed files with 27 additions and 0 deletions
|
@ -17338,6 +17338,33 @@ types. BoltDB is an embedded key-value store, and bolthold servers a similar
|
|||
use case however with a higher level interface for common uses of BoltDB.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-tj-go-buffer
|
||||
(package
|
||||
(name "go-github-com-tj-go-buffer")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tj/go-buffer")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xs8dz8m5qy1n80qcpalvfzdjxdr7djmagmhp7mm87rmjkwn05lk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/tj/go-buffer"))
|
||||
(native-inputs
|
||||
(list go-github-com-tj-assert))
|
||||
(home-page "https://github.com/tj/go-buffer")
|
||||
(synopsis "Generic buffer for batching entries, such as log events")
|
||||
(description
|
||||
"Package buffer provides a generic buffer or batching mechanism for
|
||||
flushing entries at a given size or interval, useful for cases such as
|
||||
batching log events.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-tklauser-go-sysconf
|
||||
(package
|
||||
(name "go-github-com-tklauser-go-sysconf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue