mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #528] Module path should be canonical #318
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmooring on GitHub (Jun 2, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/528
See https://go.dev/ref/mod#module-path.
Current:
Should be:
Why?
Yes, I know I can install with
go install filippo.io/mkcert@latest, but that was not what I expected based on my experience installing other Go programs.@bep commented on GitHub (Jun 5, 2023):
The big upside with "vanity paths" like
filippo.io/mkcertis that they are host agnostic (which is a great thing if you move your stuff from GitHub to GitLab or something) -- which in some sense makes them ... more canonical?@jmooring commented on GitHub (Jun 5, 2023):
I suppose this is really just a documentation issue, because you don't know the "more canonical" (vanity) import path until you've tried the "less canonical" import path.