golang-github-geertjohan-go.rice 1.0.2-1ubuntu0.24.04.1 source package in Ubuntu

Changelog

golang-github-geertjohan-go.rice (1.0.2-1ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Thu, 11 Jul 2024 12:02:11 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-geertjohan-go.rice_1.0.2.orig.tar.gz 66.4 KiB 2eed960aa9531a87c82d2379677723bc0129bc9e387dc0dbb3bb70b78c928dd0
golang-github-geertjohan-go.rice_1.0.2-1ubuntu0.24.04.1.debian.tar.xz 4.4 KiB bf93643acece5cbe6690ca33cb33bfc01876ea19e4e8858dba72be41ad363164
golang-github-geertjohan-go.rice_1.0.2-1ubuntu0.24.04.1.dsc 2.6 KiB 6de8efe60d38af38445cf2323678826b3fbfb7eaf281e1de335f9607f7606969

View changes file

Binary packages built by this source

golang-github-geertjohan-go.rice-dev: Go package for embedding web resources into Go executables

 go.rice is a Golang package that makes working with resources such as
 html, js, css, images and templates very easy. During development
 go.rice will load required files directly from disk. Upon deployment
 it is easy to add all resource files to a executable using the rice
 tool, without changing the source code for your package. Several
 methods are provided for adding resources to your binary by go.rice.
 .
 This package contains the development files.

golang-rice: tool for embedding web resources into Go executables

 go.rice is a Golang package that makes working with resources such as
 html, js, css, images and templates very easy. During development
 go.rice will load required files directly from disk. Upon deployment
 it is easy to add all resource files to a executable using the rice
 tool, without changing the source code for your package. Several
 methods are provided for adding resources to your binary by go.rice.
 .
 This package contains the command-line tool.