discordconsole-team / DiscordConsole

Control your Discord & Discord bot accounts and Webhooks through the command line.
GNU General Public License v3.0
90 stars 8 forks source link

Run golint and go vet #42

Closed jD91mZM2 closed 6 years ago

jD91mZM2 commented 6 years ago

Travis is broken becuase go vet returns a non-zero exit status. This is because there is an issue you haven't resolved. Also, there are also a couple of golint issues. Fix those.

Mnpn commented 6 years ago

Resolved in commits ce82fc8 and 3f8a8ac. Thanks!