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

Changelog

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

  * New upstream version 1.6.0
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Thu, 07 Dec 2023 07:12:12 -0700

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-cast_1.6.0-1.dsc 2.3 KiB 544b39a6d83a43e48f778900dfbb3dd4388cbb0a187a26947be65f9dd5f20e8e
golang-github-spf13-cast_1.6.0.orig.tar.gz 15.2 KiB 8eef6bfd96458f061dd738f6e146b7687bdde18f996258c9bab0f574f8c36ae8
golang-github-spf13-cast_1.6.0-1.debian.tar.xz 3.9 KiB 036a16003866a3b6c6e6126dcea8e88a036e3e15fb2a8bec68be414a0f2a0dc0

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 (https://gohugo.io/), a website engine
 which uses YAML, TOML or JSON for meta data.