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

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

split up compute VM and container-related samples #210

Open joshgav opened 6 years ago

joshgav commented 6 years ago

VM and container-related samples are all in the compute/ directory now, but since most people look for them independently we should probably split them into compute/ and containers/.

t-0-m-1-3 commented 5 years ago

@joshgav I split the files up into directories, I'm running into a problem testing though go test -v ./... will bring up a list of

use of internal package not allowed

for all the internal imports. Did I mess up my go get?

https://github.com/t-0-m-1-3/azure-sdk-for-go-samples/tree/myFork/container_split

t-0-m-1-3 commented 5 years ago

reading #237 and #238