thomasvvugt / fiber-boilerplate

A boilerplate for the Fiber web framework
MIT License
267 stars 45 forks source link

Question about go file naming #27

Open khndhkx123 opened 1 year ago

khndhkx123 commented 1 year ago

Hi. I see your go file all named lowercase except controllers and models. Just want to know why.

mohamedimrane commented 8 months ago

It's convention in frameworks of other languages. Maybe they learned Go and came with a bit of old baggage from some MVC (Model, View, Controller) frameworks.