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

Changelog

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

  * Initial release. Closes: #1002858.

 -- Stephen Kitt <email address hidden>  Mon, 03 Jan 2022 12:54:59 +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-1.dsc 2.4 KiB 3c4c820bec127dd21a28770c4f0eb246296ee50101f09568cf97a5e0cf4ca410
golang-github-lestrrat-go-strftime_1.0.5.orig.tar.gz 14.0 KiB e0ddaf871fd236ba3592da94119fbd0868bbda171e0d790f9e162a672a4fbca3
golang-github-lestrrat-go-strftime_1.0.5-1.debian.tar.xz 2.7 KiB 3785f52624bd9654aa427f5528bce7aadb744660e6f4f8ecab2675eedba51898

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.