TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Excellent Open Source Go Projects

13 pointsby shawnpsover 10 years ago

3 comments

hermanschaafover 10 years ago
Author here. We would love feedback from the HN community!<p>I didn&#x27;t mention in the post, but I also checked the scores of all the (public) Gopher Gala entries. Here are the top-rated Gopher Gala projects of the past weekend by quality rating:<p><pre><code> 1. color 100% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;color 2. gorgonzola 100% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;gorgonzola 3. jsonup 99% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;jsonup 4. goloso 99% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;goloso 5. json-ipsum 99% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;json-ipsum 6. catarang 99% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;catarang 7. xtend-poc 99% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;xtend-poc 8. TypingGeeks 99% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;TypingGeeks 9. HitGoPher 98% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;HitGoPher 10. blinky_light_display 98% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;blinky_light_display 11. lirix 98% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;lirix 12. wisdom 97% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;wisdom 13. rehook 97% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;rehook 14. yps 97% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;yps 15. application-framework 96% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;application-framework 16. fsntor 96% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;fsntor 17. dnsp 90% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;dnsp 18. scpm 87% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;scpm 19. sqldump 87% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;sqldump 20. watchtower 86% https:&#x2F;&#x2F;github.com&#x2F;gophergala&#x2F;watchtower</code></pre> Yes, Go Report Card failed to make the list - we&#x27;ll have to fix that later :)
willnorrisover 10 years ago
nice project... I just updated a couple of minor gofmt, go vet, and golint issues I had overlooked in google&#x2F;go-github, so the score is a little higher now :)<p>Just curious, at what level are you raising the cyclomatic complexity as an issue? Looks like around 12?<p>It might also be worth considering test coverage as another factor.
评论 #8950070 未加载
评论 #8950069 未加载
shawnpsover 10 years ago
We built this for the recent Gopher Gala distributed hackathon. We have a long list of things we want to add or fix (the event is only 48 hours long). We&#x27;d love to get any feedback HNers have to offer!