From 14c6e948a417ba4e2c733dc25bd1da206f916a9b Mon Sep 17 00:00:00 2001 From: shaahin karimpour Date: Sun, 22 Oct 2017 15:30:45 +0330 Subject: [PATCH] added persian repo to list (#1628) Some utilities for Persian language in go. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81605b3..b47e8bae 100644 --- a/README.md +++ b/README.md @@ -766,6 +766,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [indigo](https://github.com/osamingo/indigo) - Distributed unique ID generator of using Sonyflake and encoded by Base58. * [jobs](https://github.com/albrow/jobs) - Persistent and flexible background jobs library. * [margelet](https://github.com/zhulik/margelet) - Framework for building Telegram bots. +* [persian](https://github.com/mavihq/persian) - Some utilities for Persian language in go. * [secdl](https://github.com/xor-gate/secdl) - Lighttpd ModSecDownload algorithm ported to go to secure download urls. * [shellwords](https://github.com/Wing924/shellwords) - A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell. * [slacker](https://github.com/shomali11/slacker) - Easy to use framework to create Slack bots.