toyohime/README.md
koizumi.aoi 7eea1aca21 Keeping up with the inside joke
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/toyohime/trunk@111 922d331f-388e-da47-97a9-ad700dc0b8b9
2023-03-30 03:45:51 +00:00

32 lines
970 B
Markdown

# Toyohime
Fork of [go.jonnrb.io/vanity](https://go.jonnrb.io/vanity)
A vanity import path is any import path that can be downloaded with
`go get` but isn't otherwise blessed by the `go` tool (e.g. GitHub,
BitBucket, etc.). A commonly used vanity import path is
"golang.org/x/...". This package attempts to mimic the behavior of
"golang.org/x/..." as closely as possible.
## Features
- Redirects browsers to godocs.io (or somewhere else)
- Redirects Go tool to VCS
- Redirects godocs.io to browsable files
## Installation
```bash
go get marisa.chaotic.ninja/toyohime
```
## Specification
- [Remote Import Paths](https://golang.org/cmd/go/#hdr-Remote_import_paths)
- [GDDO Source Code Links](https://github.com/golang/gddo/wiki/Source-Code-Links)
- [Custom Import Path Checking](https://docs.google.com/document/d/1jVFkZTcYbNLaTxXD9OcGfn7vYv5hWtPx9--lTx1gPMs/edit)
## See also
* [Yorihime](cmd/yorihime/README.md)
(Both characters are from Touhou Project)