Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency list #3

Open
matejb opened this issue Oct 13, 2015 · 4 comments
Open

Dependency list #3

matejb opened this issue Oct 13, 2015 · 4 comments
Labels
Milestone

Comments

@matejb
Copy link
Member

matejb commented Oct 13, 2015

Some sort of dependency list that will contain all required external packages.

@dvrkps
Copy link
Member

dvrkps commented Oct 21, 2015

👍 Shrink them to minimum. Too many noise right now.

@0x19
Copy link
Member

0x19 commented Nov 16, 2015

We should create discussion board of some sort for things like this.

So far what is included beside stdlib is:

  • grpc.io as they solve so many things for us when rpc is in question. grpc is built by google so this is almost like stdlib as their approach towards grpc.io is as same, stdlib if possible.
  • goconvey. It adds so much on top of usual testing.T that it's really helpful like assertions and gui
  • Streadway AMQP - it's well tested, I'm extremely familiar with it and know that it really works. That's something not supported by stdlib.

@0x19 0x19 added this to the Alpha milestone Nov 16, 2015
@matejb
Copy link
Member Author

matejb commented Nov 17, 2015

Didn't know about 'go list' command that can list all external depending external packages that has to be installed ('go get')

@0x19
Copy link
Member

0x19 commented Nov 17, 2015

Yeah. You can even do this go get ./...
Same will install all if you attempt to run this from root dir of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants