vartanbeno / go-reddit

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

godoc shows v1.0.0 as latest version. #8

Closed LordRusk closed 3 years ago

LordRusk commented 3 years ago

Seems as though the godoc shows the latest version as v1.0.0. Is there a way to fix this?

vartanbeno commented 3 years ago

Hey! Thanks for opening this issue. It led me down a rabbit hole and I realized I didn't follow the major version strategy of including /v2 in the module path. It should be good now.