golang-github-shenwei356-xopen 0.0~git20181203.f4f16dd-2 source package in Ubuntu

Changelog

golang-github-shenwei356-xopen (0.0~git20181203.f4f16dd-2) unstable; urgency=medium

  * Source only upload

 -- Andreas Tille <email address hidden>  Sat, 11 Jul 2020 01:13:56 +0200

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-shenwei356-xopen_0.0~git20181203.f4f16dd-2.dsc 2.4 KiB af1d24fe2371da8bdc4e5f0f30ad672b51f231ba345938295acf5b0dc587cc0a
golang-github-shenwei356-xopen_0.0~git20181203.f4f16dd.orig.tar.xz 5.0 KiB 4cef4eacdb33d9afde7dbf18fa7ab36f2fec8ae442cd242a2e7419cb13481b52
golang-github-shenwei356-xopen_0.0~git20181203.f4f16dd-2.debian.tar.xz 2.6 KiB 8411c88d5602d53653d98eb3c2cf248ca1bc0a512072190408e16618261c5ad7

No changes file available.

Binary packages built by this source

golang-github-shenwei356-xopen-dev: open files for buffered reading and writing in Go (library)

 Xopen makes it easy to get buffered (possibly gzipped) readers and
 writers. and close all of the associated files. Ropen opens a file
 for reading. Wopen opens a file for writing. Both will use gzip when
 appropriate and will use buffered IO.