exercism / go

Exercism exercises in Go.
https://exercism.org/tracks/go
MIT License
948 stars 644 forks source link

Minor correction to instruction text for animal-magic instructions.md #2790

Closed Kristianwhittick closed 2 months ago

Kristianwhittick commented 2 months ago

The following text instruction does not match the comment after the function, as the text says between and the comment says the value can be equal to zero. Please change the text to "... number equal or greater than 0.0 and less than 12.0".

Implement a GenerateWandEnergy function. The wand energy should be a random floating point number between 0.0 and 12.0.

f := GenerateWandEnergy() // f will be assigned a random float64, 0.0 <= f < 12.0

github-actions[bot] commented 2 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use [this link](https://forum.exercism.org/new-topic?title=Minor%20correction%20to%20instruction%20text%20for%20animal-magic%20instructions.md&body=The%20following%20text%20instruction%20does%20not%20match%20the%20comment%20after%20the%20function,%20as%20the%20text%20says%20between%20and%20the%20comment%20says%20the%20value%20can%20be%20equal%20to%20zero.%20Please%20change%20the%20text%20to%20%22**...%20number%20equal%20or%20greater%20than%200.0%20and%20less%20than%2012.0**%22.%0D%0A%0D%0AImplement%20a%20GenerateWandEnergy%20function.%20The%20wand%20energy%20should%20be%20a%20random%20floating%20point%20number%20**between%200.0%20and%2012.0.**%0D%0A%0D%0Af%20:=%20GenerateWandEnergy()%20%20//%20f%20will%20be%20assigned%20a%20random%20float64,%20**0.0%20%3C=%20f%20%3C%2012.0**&category=go ) to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.