I'm an experienced developer but a Go noob. Can you suggest me an open source Go project I can contribute to to ramp up my skills? I can be interested in a lot of things but mostly of backend nature.
评论:
Kaln0s:
LovecraftsDeath:Prometheus is cool and always seems to be looking for contributors: https://github.com/prometheus/prometheus/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
hell_0n_wheel:Huh, we even use it at work. Sounds cool even though I haven't touched it personally. Thanks!
dulanov:I got a coworker that writes Prometheus plugins for funsies.
burnaftertweeting:look for something in between - not a big and not a small one, try to work on projects which you would use yourself on a regular basis (dogfooding) and search with the help of github tags - https://github.com/topics/golang
chewxy:syncthing!
Zikes:Gorgonia and family of libraries is always looking for new contributors eager to get their feet wet in deep learning
Caddy for sure! I found it very easy to reason about the project structure, made PRs to add new Caddyfile directives, and even wrote a plugin for it.