vartanbeno / go-reddit

Go library for accessing the Reddit API.
Other
310 stars 84 forks source link

Add Award struct and field to Post and Comment #22

Open RGood opened 3 years ago

RGood commented 3 years ago

Worth commenting about the test data:

The majority of that file was then-unused award information, so I could either write a ton of award objects in the expected test results, or I could trim down the file so I only had to make a few. I opted for the latter