From 82a9c484d863c610f85a776cc49093260efd7315 Mon Sep 17 00:00:00 2001 From: JakeHL Date: Sat, 3 Jun 2017 17:09:05 +0100 Subject: [PATCH 1/2] Added goid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8e1733..6aa5607c 100644 --- a/README.md +++ b/README.md @@ -695,6 +695,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-shortid](https://github.com/ventu-io/go-shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs. * [go-unarr](https://github.com/gen2brain/go-unarr) - Decompression library for RAR, TAR, ZIP and 7z archives. * [go.uuid](https://github.com/satori/go.uuid) - Implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs. +* [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs. * [gofakeit](https://github.com/brianvoe/gofakeit) - Random data generator written in go * [gopsutil](https://github.com/shirou/gopsutil) - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). * [gosms](https://github.com/haxpax/gosms) - Your own local SMS gateway in Go that can be used to send SMS From 6239ae2ac7bc7ff35bebba801f1ca471a46e4916 Mon Sep 17 00:00:00 2001 From: JakeHL Date: Sat, 3 Jun 2017 17:18:59 +0100 Subject: [PATCH 2/2] Fixed error in readme order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa5607c..d995ece8 100644 --- a/README.md +++ b/README.md @@ -695,8 +695,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-shortid](https://github.com/ventu-io/go-shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs. * [go-unarr](https://github.com/gen2brain/go-unarr) - Decompression library for RAR, TAR, ZIP and 7z archives. * [go.uuid](https://github.com/satori/go.uuid) - Implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs. -* [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs. * [gofakeit](https://github.com/brianvoe/gofakeit) - Random data generator written in go +* [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs. * [gopsutil](https://github.com/shirou/gopsutil) - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). * [gosms](https://github.com/haxpax/gosms) - Your own local SMS gateway in Go that can be used to send SMS * [gountries](https://github.com/pariz/gountries) - A package that exposes country and subdivision data.