|
|
|
|
|
by arccy
751 days ago
|
|
That's why there's https://go.dev/ref/mod#vcs-find .
Your import path doesn't have to map directly to vcs repos, as long as you can serve an html meta tag to redirect it to where your current repo is: <meta name="go-import" content="root-path vcs repo-url">
|
|