golang-github-emicklei-go-restful-swagger12 1.0.1-3 source package in Ubuntu

Changelog

golang-github-emicklei-go-restful-swagger12 (1.0.1-3) unstable; urgency=medium

  * Fix debian/watch.

 -- Andrej Shadura <email address hidden>  Wed, 02 May 2018 09:29:41 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-emicklei-go-restful-swagger12_1.0.1-3.dsc 2.3 KiB d1b09c05d8eae22e83b8fe53a83c010b04c0181f3b09bce6593676cb988e3dd8
golang-github-emicklei-go-restful-swagger12_1.0.1.orig.tar.xz 18.5 KiB cdddf739b1b90235c2b80fede8771740280b82b5f9478c426bb6091bd3961946
golang-github-emicklei-go-restful-swagger12_1.0.1-3.debian.tar.xz 2.6 KiB 1aa02271fd67785214400ce0e3c5cda5e824f14d7836a28e64b7b86d31cc1eb5

Available diffs

No changes file available.

Binary packages built by this source

golang-github-emicklei-go-restful-swagger12-dev: Swagger 1.2 extension to the go-restful package

 Go-restful is a package for building REST-style Web Services using Google
 Go. REST asks developers to use HTTP methods explicitly and in a way
 that's consistent with the protocol definition. This basic REST design
 principle establishes a one-to-one mapping between create, read, update,
 and delete (CRUD) operations and HTTP methods.
 .
 This package provides Swagger UI 1.2 support for go-restful.