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

Changelog

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

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dmitry Smirnov ]
  * New upstream release
  * Priority: optional; Standards-Version: 4.4.1
  * Testsuite: autopkgtest-pkg-go
  * rules: enabled all tests
  * DH to version 12

 -- Dmitry Smirnov <email address hidden>  Tue, 17 Dec 2019 11:05:43 +1100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-emicklei-go-restful_2.11.1-1.dsc 2.3 KiB f56a03e03c4d09a9e88054a580efd78b1f61d581e5fb94083c2f30e7f40f1927
golang-github-emicklei-go-restful_2.11.1.orig.tar.xz 54.0 KiB 4ecaa62aa978e5982b0df1631c12fc2438e780679f437eb07c3e9296b865f533
golang-github-emicklei-go-restful_2.11.1-1.debian.tar.xz 3.2 KiB 7d8168e4485c788281164a13bc93c6baff78a8a00bb65a7430ba401e44a643fa

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.