DEV Community

Discussion on: Building and distributing a command line tool in Golang

Collapse
 
phantas0s profile image
Matthieu Cneude

Go 1.18 is available and have generics.

The ecology of Golang is small by design. You don't want any of your app relying on 128912 dependencies. To understand what I mean, google "problem left pad javascript" ;)