Source: golang-github-joyent-gocommon Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Thorsten Alteholz Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-github-joyent-gosign-dev, golang-github-julienschmidt-httprouter-dev, golang-gopkg-check.v1-dev Standards-Version: 4.5.0 Homepage: https://github.com/joyent/gocommon Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-joyent-gocommon Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-joyent-gocommon.git XS-Go-Import-Path: github.com/joyent/gocommon Testsuite: autopkgtest-pkg-go Package: golang-github-joyent-gocommon-dev Architecture: all Depends: ${misc:Depends}, golang-github-joyent-gosign-dev, golang-github-julienschmidt-httprouter-dev, golang-gopkg-check.v1-dev Description: common Go library for Joyent's Triton and Manta The gocommon package collects common packages to interact with the Joyent Public Cloud and Joyent Manta services. The gocommon package is structured as follow: - gocommon/client. Client for sending requests. - gocommon/errors. Joyent specific errors. - gocommon/http. HTTP client for sending requests. - gocommon/jpc. This package provides common structures and functions across packages. - gocommon/testing. Testing Suite for local testing.