is there a list with the projects that should be known this days to any one programming with go?
评论:
vldo:
baijum:you should definitely have a look over awesome-go
gnagnone:It would be great if this link can be added to the sidebar here.
mrwnmonm:I totally agree with you!
mdwhatcott:great, that's what i'm talking about?
iends:If you like goconvey you might also like gunit and scantest, which I created as my own response to the goconvey project (which I started as well). They accomplish the same things, but in a very different style, and with less code. I haven't got around to adding them to awesome-go yet.
SkloK:Go convey is nice, but super buggy.
sh41:If you like goconvey, you may also like ginkgo
I personally couldn't live without Go Package Store and
gostatus
.I use the former to update Go packages in my GOPATH workspaces (while reviewing what changed if I care about certain dependencies, not blindly), and the latter to... check the status of Go packages in my GOPATH workspaces.
https://github.com/shurcooL/Go-Package-Store
https://github.com/shurcooL/gostatus
Disclosure: I made them both (because I had the need and they didn't exist).
