Azure / azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
https://docs.microsoft.com/azure/developer/go/
MIT License
1.63k stars 832 forks source link

Import url cleanliness #15447

Closed RickWinter closed 7 months ago

RickWinter commented 3 years ago

Go supports Vanity urls for mod imports. This would enable us to do something to the tune of:

import (
    github.com/Azure/GoSDK/core
    github.com/Azure/GoSDK/storage/blobs
    github.com/Azure/GoSDK/keyvault/keys
    ...
    )

Among other repo considerations, its worth considering a cleaner import story.

jhendrixMSFT commented 3 years ago

If we go this route I would also suggest that the URL be all lower-case characters as this has impact on systems with case-sensitive file systems (the capital 'A' in "Azure" is a real bummer).

sadasant commented 2 years ago

What about something like go.azure.com/core ?

github-actions[bot] commented 7 months ago

Hi @RickWinter, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.