Local golinks
For the uninitiated, golink (sometimes written as Go link) is a short, memorable URL that redirects to a longer, less convenient one. # Examples go/goog -> https://google.com go/linear/3 -> https://linear.app/acme/issue/ACME-3 go/pr/repo/1 -> https://github.com/acme/repo/pull/1 These are popular in enterprise settings because they offer the following benefits: Easier to remember (go/sprint vs. a…