golang-github-spf13-cast 1.2.0-1 source package in Ubuntu

Changelog

golang-github-spf13-cast (1.2.0-1) unstable; urgency=medium

  [ Anthony Fok ]
  * Team upload.
  * Fix filenamemangle in debian/watch

  [ Dr. Tobias Quathamer ]
  * New upstream version 1.2.0
  * Use debhelper v11
  * Use Priority: optional
  * Update to Standards-Version 4.1.3

 -- Dr. Tobias Quathamer <email address hidden>  Tue, 27 Feb 2018 22:54:52 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-cast_1.2.0-1.dsc 2.2 KiB e5cdba9106f04c8e5c8cdb8bd775302206bec72a90c88d73e5f2b3be22e3ed88
golang-github-spf13-cast_1.2.0.orig.tar.xz 8.7 KiB 4ade87a873405eb1f0a2cca6f1ad48ea787f8bf4568e6cfb5393c5a755f8448b
golang-github-spf13-cast_1.2.0-1.debian.tar.xz 2.6 KiB 540fcaee515811167d753c7e4fc35c8e856dd8cd4aaff91e410f20c264a66463

Available diffs

No changes file available.

Binary packages built by this source

golang-github-spf13-cast-dev: Safe and easy casting from one type to another in Go

 Cast is a library to convert between different Go types in a consistent
 and easy way.
 .
 Cast provides simple functions to easily convert a number to a string, an
 interface into a bool, etc. Cast does this intelligently when an obvious
 conversion is possible. It doesn’t make any attempts to guess what you
 meant; for example, you can only convert a string to an int when it is a
 string representation of an int such as “8”.
 .
 Cast was developed for use in Hugo (http://gohugo.io/), a website engine
 which uses YAML, TOML or JSON for meta data.