From a5dd3aed7cd03a86b4aea1ef8eb28a7bfd9b1776 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Sat, 19 Dec 2020 01:41:01 -0500 Subject: [PATCH] Add a Go module. --- pages/code.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/code.markdown b/pages/code.markdown index dc2c76d6f..7b887ae43 100644 --- a/pages/code.markdown +++ b/pages/code.markdown @@ -7,6 +7,7 @@ * [Swift parsing library](https://github.com/wesbillman/JSONFeed) by Wes Billman * [Go package](https://github.com/st3fan/jsonfeed) by Stefan Arentz * [Go package](https://github.com/kr/jsonfeed) by Keith Rarick +* [Go package](https://github.com/gopherlibs/jsonfeed) by Ricardo N Feliciano * [Jekyll feed template](https://github.com/vallieres/jekyll-json-feed) by Alexandre Vallières-Lagacé * [Jekyll feed with attachments](https://github.com/tedchoward/tidbits/blob/master/feed.json) by Ted Howard * [Movable Type template](https://gist.github.com/walt/8da71fead3b8ba321f91efd954f0cb32) by Walt Grayson