ghorg
go-formatter
ghorg | go-formatter | |
---|---|---|
3 | 115 | |
1,770 | 146,631 | |
1.5% | 1.5% | |
8.7 | 9.3 | |
7 days ago | 10 days ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ghorg
-
A simple way to backup all your GitHub and GitLab git repositories
I'm using https://github.com/gabrie30/ghorg to do this. Why should I use your tool?
-
Why our team cancelled our move to microservices
Where I currently work, there are 10 service per developer, actively running (if we're counting in the least charitable manner, maybe 4 per dev with most charitable counting). Our ratio is this huge due to large changes in company size over time. Consolidation is very helpful at this stage. If there's one thing I recommend to everyone who encounters this situation, you absolutely must keep a copy of all the source for all the repos on your computer, all at the same time, to make cross-repo grepping easy. For this purpose I recommend ghorg[0], but however you do it, it'll make everything easier.
[0] - https://github.com/gabrie30/ghorg
-
Self Hosted Github Backup
There is https://github.com/gabrie30/ghorg which I use to create a single tarball and than upload to S3 (separate script though).
go-formatter
-
Is Go Worth Learning in 2025?
Huge Open-Source Community: Check out projects on Awesome Go — you'll find everything from web frameworks, CLI tools, machine learning, and more.
-
Golang Web: PATCH Method
Awesome Go projects and frmaeworks
-
💡 The Untold History of GitHub Awesome-Lists 🤯
The rapid growth signals continued a couple of days later on July 6, 2014 when @avelino launched awesome-go. The initial commit reads:
-
Ask HN: What is the best way to learn Go?
There’s no Go book that I personally would recommend without hesitation.
Instead, I would suggest that you try to find a bunch of blog posts and lectures and read/watch them in order to get a feeling of the Go philosophy. The official Go blog has some good articles and otherwise I recommend to have a look at what Rob Pike and Russ Cox has written/presented.
Then I believe that as soon as possible it’s a good idea to start some toy project so that you can dive in.
I’m afraid I don’t have too many links to share. This might be a good starting point: https://www.youtube.com/watch?v=7VcArS4Wpqk
Here’s a meta-resource that could be useful: https://github.com/avelino/awesome-go (see the Resources section at the end of the ToC).
Best of luck!
-
Top Backend Libraries
Check awesome-go
-
gondola: Why not use a lightweight and simple YAML-based reverse proxy?
It can be found at awesome-go.
-
Top 20 Awesome on Github
5. Awesome Go
-
Why Go is great choice for Software engineering.
A curated list of awesome Go frameworks, libraries and software - Awesome Go / Golang (awesome-go.com)
-
Golang Web: GET Method
Awesome Go projects and frmaeworks
-
How I do technology watch
Go: https://github.com/avelino/awesome-go
What are some alternatives?
captcha - :sunglasses:Package captcha provides an easy to use, unopinionated API for captcha generation
gobeam/Stringy - Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.
bexp - Go implementation of Brace Expansion mechanism to generate arbitrary strings.
stateless - Go library for creating finite state machines
url-shortener - A golang URL Shortener
gotoprom - Type-safe Prometheus metrics builder library for golang [managed by soy-programador]