From b2eb02979f78bf64c4cefcb055e7c3d0eb61011e Mon Sep 17 00:00:00 2001 From: Ryan Koesters Date: Fri, 16 Nov 2018 06:20:29 -0600 Subject: [PATCH] Add github.com/rkoesters/xdg (#2227) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b3acd1a..dac12818 100644 --- a/README.md +++ b/README.md @@ -914,6 +914,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and output handling. * [werr](https://github.com/txgruppi/werr) - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called. * [wuid](https://github.com/edwingeng/wuid) - An extremely fast unique number generator, 10-135 times faster than UUID. +* [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go. * [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber. * [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.