Top-gg-Community / go-sdk

Go API wrapper for Discord Bots
MIT License
10 stars 3 forks source link

how has noone fixed this yet #6

Closed Noctember closed 4 years ago

Noctember commented 4 years ago

module wrongly set up for DBL's git

rumblefrog commented 4 years ago

Intrinsically, this is wrong inheritantly wrong. However, from a stability perspective, I initially push changes to my downstream and submit to upstream if I remember to. It simply works.

As for, why it wasn't caught earlier, dbl api docs never updated golang lib link to this one, so only way this was discovered is through accidentals.

Noctember commented 4 years ago

With the current go.mod you simply cannot go get this module (module isn’t corresponding to github link). Hence why I made a PR

rumblefrog commented 4 years ago

Yeah, because mainly the downstream was being used since this was not that discoverable.

Thanks for the PR.