mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

grant Go projects the enterprise folder hierarchy treatment #288

Open mcandre opened 2 years ago

mcandre commented 2 years ago

Place main entrypoint .go source code in src/cmd/<program name>/main.go, in order to adopt more community conventions.

We already do this for the bigger Go projects, but some of the early beginner Go apps like FizzBuzz benefit from catching up to this convention. As a minor future-proofing enhancement.