Name: | golang-github-spf13-cast-devel |
---|---|
Version: | 1.7.0 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 80318 |
License: | MIT |
RPM: | golang-github-spf13-cast-devel-1.7.0-1.el10_0.noarch.rpm |
Source RPM: | golang-github-spf13-cast-1.7.0-1.el10_0.src.rpm |
Build Date: | Wed Dec 18 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/spf13/cast |
Summary: | Safe and easy casting from one type to another in Go |
Description: | 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, a website engine which uses YAML, TOML or JSON for meta data. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/spf13/cast |
- Update to 1.7.0 - Closes rhbz#2303668
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Update to 1.6.0 - Closes rhbz#2251927
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to 1.5.1 - Closes rhbz#2084370
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Update to 1.4.1 Close: rhbz#1986390