Your message dated Sat, 18 Apr 2020 18:00:12 +0000
with message-id <e1jprle-000cat...@fasolo.debian.org>
and subject line Bug#956874: fixed in golang-github-miolini-datacounter 1.0.2-1
has caused the Debian Bug report #956874,
regarding golang-github-miolini-datacounter -- Golang counters for
readers/writers
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
956874: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: suman <su...@protonmail.com>
* Package name : golang-github-miolini-datacounter
Version : 1.0.2-1
Upstream Author :
* URL : https://github.com/miolini/datacounter
* License : Expat
Programming Lang: Go
Description : Golang counters for readers/writers
Datacounter Golang counters for readers/writers.
.
Build Status (https://travis-ci.org/miolini/datacounter)
GoDoc (http://godoc.org/github.com/miolini/datacounter)
ExamplesReaderCounter ```go buf := bytes.Buffer{} buf.Write(data)
counter := datacounter.NewReaderCounter(&buf)
.
io.Copy(ioutil.Discard, counter) if counter.Count() != dataLen {
t.Fatalf("count mismatch len of test data: %d != %d", counter.Count(),
len(data))
} ``` WriterCounter ```go buf := bytes.Buffer{} counter :=
datacounter.NewWriterCounter(&buf)
.
counter.Write(data) if counter.Count() != dataLen {
t.Fatalf("count mismatch len of test data: %d != %d", counter.Count(),
len(data))
} ``` http.ResponseWriter Counter ```go handler := func(w
http.ResponseWriter, r *http.Request) {
w.Write(data)
}
.
req, err := http.NewRequest("GET", "http://example.com/foo", nil) if
err != nil {
t.Fatal(err)
}
.
w := httptest.NewRecorder() counter :=
datacounter.NewResponseWriterCounter(w)
.
handler(counter, req) if counter.Count() != dataLen {
t.Fatalf("count mismatch len of test data: %d != %d", counter.Count(),
len(data))
} ```
--- End Message ---
--- Begin Message ---
Source: golang-github-miolini-datacounter
Source-Version: 1.0.2-1
Done: suman <su...@protonmail.com>
We believe that the bug you reported is fixed in the latest version of
golang-github-miolini-datacounter, which is due to be installed in the Debian
FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 956...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
suman <su...@protonmail.com> (supplier of updated
golang-github-miolini-datacounter package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 16 Apr 2020 14:34:12 +0530
Source: golang-github-miolini-datacounter
Binary: golang-github-miolini-datacounter-dev
Architecture: source all
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: suman <su...@protonmail.com>
Description:
golang-github-miolini-datacounter-dev - Golang counters for readers/writers
(library)
Closes: 956874
Changes:
golang-github-miolini-datacounter (1.0.2-1) unstable; urgency=medium
.
* Initial release (Closes: #956874)
Checksums-Sha1:
7c7000973413563eb5aebe804cf884c63d925600 2287
golang-github-miolini-datacounter_1.0.2-1.dsc
ddbfa6d35d2b6c6744c5d3b5b9d78e9ff9960756 2839
golang-github-miolini-datacounter_1.0.2.orig.tar.gz
6fea4a4691681c6f10cc64884d807f2f963e3673 2552
golang-github-miolini-datacounter_1.0.2-1.debian.tar.xz
f91ddc48a8efc46b89d4186dfa68b7506027b6df 3596
golang-github-miolini-datacounter-dev_1.0.2-1_all.deb
54d357759134364a87119154470b312d96f7852e 5828
golang-github-miolini-datacounter_1.0.2-1_amd64.buildinfo
Checksums-Sha256:
cf4b2beba5d9a06672086d934df7b33b4164f15229f0371c6a190d2af0206668 2287
golang-github-miolini-datacounter_1.0.2-1.dsc
cb01c200a797eaabe403fb594e4b66e13b73f85658645a8fd0ea7d0469e8298c 2839
golang-github-miolini-datacounter_1.0.2.orig.tar.gz
1131c6e62428990e27f008b8a941efe0f46fc37ce0afd03bdf32d40cb8f943ec 2552
golang-github-miolini-datacounter_1.0.2-1.debian.tar.xz
336640dbf1bc42c79e2e15f342a476599552e48cf9f946b1ca0356bcae6101a2 3596
golang-github-miolini-datacounter-dev_1.0.2-1_all.deb
95e11839b2e22f7cbd3f8500a93280a97f879f0a82da545c816ef5230a37c053 5828
golang-github-miolini-datacounter_1.0.2-1_amd64.buildinfo
Files:
fe5bdfcf3f9a5341ce8469dc72fbef7b 2287 devel optional
golang-github-miolini-datacounter_1.0.2-1.dsc
d322a508745e390b30aed417108d3e39 2839 devel optional
golang-github-miolini-datacounter_1.0.2.orig.tar.gz
3097ba8fd5e022e844848dc21dd5122e 2552 devel optional
golang-github-miolini-datacounter_1.0.2-1.debian.tar.xz
76b1449a92205564474f295a3a30f2dc 3596 devel optional
golang-github-miolini-datacounter-dev_1.0.2-1_all.deb
4c23cb7654540cc47aaa8af1e595cdc6 5828 devel optional
golang-github-miolini-datacounter_1.0.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAl6ZimIACgkQj1PgGTsp
S3XKxhAAixp+Ku41QnjzGJUx33y8lnoUgGhW2onnfKHozO9aJi3AmGwURL2CU+70
fPgd7KBRq4GaAjJBqxEsNIkOSo2+k+jKyfZKVpym+9tCKivPeCd6tQkhfTPtttrx
so298b+dZZMTAmAa+ouhTwD9nNpwlfa11N4kGRWhUhBFj4VNXBN83cZx/OD4a/wJ
D9KKnm0XOFnzFLpIEe8aoA3eEdO2LwaeWl5TkxlYpmT1hCD2s8Zp/KAYbafuQB3c
f4Qp5br0XwKk1nVU08f0vz+lWWZmjPpnPYmTDgK5CXhCxdFtz0m3tbwN+J14OdGD
67T0WSgnDmPPZLo0zPDAJAKQvfMRwEP6Obhm2XF2g7+6sAKCwUuBUCFDdKMa9zzS
Q0ksATMf0n12WvSn5CNn9Jr9/2IwIg9VGXvpsjzBnGQE9X6Rkvpq7xPbYHXkZu7G
Y/qlooaMVIFS4buRwiFRjNFN5NHtlFLt9KxOPGtcMm7+wPmxwKLvUV8aE1AxQfvv
OwK3mPUZm9vhQ6EVdIJ+pxW9VHMxXaj9uoH0Lzlu3P+4ivNZGCBBzGOdQDbaROP3
rv69RyspgLCX/tbbtNVKDib0KdbHroJ+51YqG9Fl/Jhg5obgwpLRoZVJw/PNcLUv
A/ef0TQWbSmpkuJlYrikvWqyewoiHD7fOOviWF8QVmm9BTnQddA=
=lQz8
-----END PGP SIGNATURE-----
--- End Message ---