Vanity is for setting the custom import
path (go.inflx.dev
) for
our Go packages.
For example,
import "go.inflx.dev/bronze"
To onboard a new package, create a corresponding HTML file under the root
directory with the required <meta>
tags containing the repository information.
See bronze.html
as an example.
<meta name="go-import" content="import-prefix vcs repo-root">