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

Changelog

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

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:13 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release 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-1build1.debian.tar.xz 4.3 KiB 11bad7a5d8dcbd78ac018edae9627f858010dd0f6a4d3dedd3734a6fc4b1922e
golang-github-geertjohan-go.rice_1.0.2-1build1.dsc 2.6 KiB db7848dc28b0fa1f31b02bb26f128e96dddc5c0b6b3dd23891d532ec6621c09f

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.