I know, I know, you don't need an external package just to interface with the HN API.<p>Nevertheless, I needed this to make my life easier in a project I'm working on, so, here you go.<p>This package provides a wrapper for the Firebase Hacker News API [1] in Go.<p>Besides the obvious callouts to the documented endpoints, it also provides utilities functions that can be useful when working with data returned from this API.<p>I'm a beginner at Go, so feedback to improve my skills is more than welcome. Together with PRs to the repo, of course!<p>[1] <a href="https://github.com/HackerNews/API" rel="nofollow">https://github.com/HackerNews/API</a>