golang-github-lestrrat-go-strftime 1.0.5-2 source package in Ubuntu

Changelog

golang-github-lestrrat-go-strftime (1.0.5-2) unstable; urgency=medium

  * Sourceful upload after NEW.

 -- Stephen Kitt <email address hidden>  Sat, 15 Jan 2022 15:08:48 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-lestrrat-go-strftime_1.0.5-2.dsc 2.4 KiB 50f272b63085168f3e0f750e6077e563d5749116f7e2f2107e7f3bb01f1d4f6f
golang-github-lestrrat-go-strftime_1.0.5.orig.tar.gz 14.0 KiB e0ddaf871fd236ba3592da94119fbd0868bbda171e0d790f9e162a672a4fbca3
golang-github-lestrrat-go-strftime_1.0.5-2.debian.tar.xz 2.7 KiB 077b1abf3485dfa9462f6f48487fc120d8b0356c4f428a698c9a430b3c1c7116

Available diffs

No changes file available.

Binary packages built by this source

golang-github-lestrrat-go-strftime-dev: fast strftime implementation for Go (library)

 This is a Go implementation of strftime, optimised for pattern re-use,
 and with support for as many conversion specifications as possible. It
 aims for POSIX compliance while still including widely-used non-POSIX
 format specifications such as "%f" or "%L" for milliseconds.