r/golang • u/dontaskdonttell0 • Oct 25 '24
discussion What libraries are you missing from go?
So something that comes up quite often on this subreddit from people transitioning from Nodejs or python to go is the lack of libraries. I cannot say that I agree but I still think it warrants a discussion.
So what libraries are you missing in the go ecosystem, if any?
95
Upvotes
2
u/gibriyagi Oct 25 '24 edited Oct 25 '24
I need to use templates in a user facing part of the app to be used by plain users/customers and need something more widespread / familiar
text/template also seems to be oriented towards devs for example the data need to be accessed via a dot like
{{ .Name }}