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

Changelog

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

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 09:55:38 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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.23.10.1.debian.tar.xz 4.4 KiB 1209e31239d8546763decc7c380886aedf9b061813161d221fb5546f78f6ded7
golang-github-geertjohan-go.rice_1.0.2-1ubuntu0.23.10.1.dsc 2.6 KiB 7d4e7586a5ef1326ce0c0514cde60ee58195be142e74b1ecf29090db155c5a96

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.