osbytes / devy

Discord bot for dev hub discord channel
MIT License
3 stars 0 forks source link

Feature: !help command result is not deterministic #17

Open dillonstreator opened 2 years ago

dillonstreator commented 2 years ago

Map iteration in go is random by design so the order of the commands printed from !help will not be deterministic.

We should sort/order the commands so that the result is deterministic.

dillonstreator commented 2 years ago

explanation at bottom of https://go.dev/blog/maps document