Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
296 stars 184 forks source link

Documentation: Include Information on dep in Main README #240

Closed danielhelfand closed 5 years ago

danielhelfand commented 5 years ago

Currently, the main README for azure-sdk-for-go-samples includes instructions on running tests that includes running dep ensure. I think it would be helpful to link the section of the azure-sdk-for-go README that details Package Updates with the instruction for running this command. This will be helpful for any new Go developers who may be unfamiliar with dep.

Considerations:

danielhelfand commented 5 years ago

@vladbarosan When you or someone has a moment, could you review this? Thanks!