From a2ebb20689d0487f3f460653fb1a6f0a6b7cd331 Mon Sep 17 00:00:00 2001 From: Martijn van Maasakkers Date: Mon, 20 May 2019 14:30:32 +0200 Subject: [PATCH] Add go-problemdetails package (#2526) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 363731c5..fe6c0f3f 100644 --- a/README.md +++ b/README.md @@ -1637,6 +1637,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-funk](https://github.com/thoas/go-funk) - Modern Go utility library which provides helpers (map, find, contains, filter, chunk, reverse, ...). * [go-health](https://github.com/Talento90/go-health) - Health package simplifies the way you add health check to your services. * [go-httpheader](https://github.com/mozillazg/go-httpheader) - Go library for encoding structs into Header fields. +* [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) - Go package for working with Problem Details. * [go-rate](https://github.com/beefsack/go-rate) - Timed rate limiter for Go. * [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go. * [go-torch](https://github.com/uber/go-torch) - Stochastic flame graph profiler for Go programs.