From a70fc88ba6111c0f655b522b5d235570a311eddc Mon Sep 17 00:00:00 2001 From: Maksim Naumov Date: Sun, 7 Sep 2014 20:26:59 +0400 Subject: [PATCH 1/2] PHP Sessions Library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02253e..dfb5603 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cbor](https://github.com/2tvenom/cbor) - Golang library for working with cbor binary format * [gogoprotobuf](https://code.google.com/p/gogoprotobuf) - Protocol Buffers for Go with Gadgets * [goprotobuf](https://code.google.com/p/goprotobuf) - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. - +* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions ## Template Engines From a0d722b123523007d06212e83556d2b07be87d88 Mon Sep 17 00:00:00 2001 From: Maksim Naumov Date: Sun, 7 Sep 2014 20:27:57 +0400 Subject: [PATCH 2/2] Fix new line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfb5603..c4a32d0 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goprotobuf](https://code.google.com/p/goprotobuf) - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. * [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions + ## Template Engines *Libraries and tools for templating and lexing.*