golang-github-emicklei-go-restful 2.11.1-2 source package in Ubuntu

Changelog

golang-github-emicklei-go-restful (2.11.1-2) unstable; urgency=medium

  * Team upload.
  * Update maintainer address to <email address hidden>
  * Replace golang-go with golang-any in Build-Depends
  * Add Rules-Requires-Root

 -- Shengjing Zhu <email address hidden>  Sun, 05 Jan 2020 16:01:09 +0800

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-emicklei-go-restful_2.11.1-2.dsc 1.7 KiB 7c544ca8c655ed853c834587bf9373b4b2c747a9f7eda7225f6c775e4f398399
golang-github-emicklei-go-restful_2.11.1.orig.tar.xz 54.0 KiB 4ecaa62aa978e5982b0df1631c12fc2438e780679f437eb07c3e9296b865f533
golang-github-emicklei-go-restful_2.11.1-2.debian.tar.xz 3.3 KiB c76664006a0b37b785649440dd24da7b016035953734d1b6074203ed3b03528c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-emicklei-go-restful-dev: build REST-style Web Services using Google Go

 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.