Maybe it is better nowadays but at least last time I tried a bigger
framework the first thing that happened was I had to either change logger
or wrestle with how the framework did it's logging.
I would from experience in both Go and other languages (mostly Java, Spring
is not your friend) very much recommend choosing a smaller set of libraries
that each do a limited thing. It will hurt more than it is worth in the
long run.


mån 11 sep. 2017 kl 06:50 skrev Henry <henry.adisuma...@gmail.com>:

> Actually, there is nothing in Go that prevents you from using any kind of
> frameworks. You are free to use whatever you wish.
>
> Go provides a more complete standard library for web development than many
> other programming languages. While in other languages you have to rely on
> frameworks, in Go, building your own framework isn't that difficult.
>
> That being said, just choose whatever suits your needs.
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to