goaltools / goal

Goal is a toolkit for high productivity web development in Go language in the spirit of Revel Framework that is built around the concept of code generation.
BSD 2-Clause "Simplified" License
87 stars 3 forks source link

Fix tests of generate/handlers tool #15

Closed ghost closed 8 years ago

ghost commented 9 years ago

internal/reflect returns functions/methods in a random order that's why tests of tools/generate/handlers fail randomly (in 50% of cases restart of tests is necessary). Make sure the issue is resolved when start working on #3.

ghost commented 8 years ago

This could be solved by #3. But I decided not to rewrite anything till I get enough feedback and thus fixing this annoying bug right now.