From 229dec8980b03f3e3e0ca8d80dfb17afc9699a5c Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Wed, 1 Jun 2016 15:56:22 -0500 Subject: [PATCH] Mention Discord Gophers --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a631a..c519c81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ flake ==== -[![GoDoc](https://godoc.org/github.com/bwmarrin/flake?status.svg)](https://godoc.org/github.com/bwmarrin/flake) [![Go report](http://goreportcard.com/badge/bwmarrin/flake)](http://goreportcard.com/report/bwmarrin/flake) [![Build Status](https://travis-ci.org/bwmarrin/flake.svg?branch=master)](https://travis-ci.org/bwmarrin/flake) [![Discord Gophers](https://img.shields.io/badge/Discord%20Gophers-general-blue.svg)](https://discord.gg/0f1SbxBZjYoCtNPP) +[![GoDoc](https://godoc.org/github.com/bwmarrin/flake?status.svg)](https://godoc.org/github.com/bwmarrin/flake) [![Go report](http://goreportcard.com/badge/bwmarrin/flake)](http://goreportcard.com/report/bwmarrin/flake) [![Build Status](https://travis-ci.org/bwmarrin/flake.svg?branch=master)](https://travis-ci.org/bwmarrin/flake) [![Discord Gophers](https://img.shields.io/badge/Discord%20Gophers-#info-blue.svg)](https://discord.gg/0f1SbxBZjYq9jLBk) flake is a [Go](https://golang.org/) package that provides * A very simple twitter snowflake Generator. @@ -8,6 +8,9 @@ flake is a [Go](https://golang.org/) package that provides * Methods to convert a snowflake ID into several other data types. * JSON Marshal/Unmarshal functions to easily use flake IDs within a JSON API. +**For help with this package or general Go discussion, please join the [Discord +Gophers](https://discord.gg/0f1SbxBZjYq9jLBk) chat server.** + ## Getting Started ### Installing