From aac3b48d6eedf2f1a4c926130fd3aa4f9d75fd68 Mon Sep 17 00:00:00 2001 From: Vartan Benohanian Date: Fri, 28 Aug 2020 10:43:55 -0400 Subject: [PATCH] Update readme Signed-off-by: Vartan Benohanian --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4601242..b22317f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Actions Status](https://github.com/vartanbeno/go-reddit/workflows/tests/badge.svg)](https://github.com/vartanbeno/go-reddit/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/vartanbeno/go-reddit)](https://goreportcard.com/report/github.com/vartanbeno/go-reddit) +Featured in [issue 327 of Golang Weekly](https://golangweekly.com/issues/327) 🎉 + go-reddit is a Go client library for accessing the Reddit API. You can view Reddit's official API documentation [here](https://www.reddit.com/dev/api/).