An open API service indexing awesome lists of open source software.

https://github.com/bbkane/go.bbkane.com

Custom import paths for my Go packages
https://github.com/bbkane/go.bbkane.com

Last synced: about 1 year ago
JSON representation

Custom import paths for my Go packages

Awesome Lists containing this project

README

          

Vanity import paths:

https://sagikazarmark.hu/blog/vanity-import-paths-in-go/

## [Vangen](https://github.com/leighmcculloch/vangen) Notes

Install:

```bash
go install 4d63.com/vangen@latest
```

`repositories[].prefix` is the name of the packages

`repositories[].subs[]` is the list of subpackages

# Run

```bash
export PATH="$HOME/go/bin:$PATH"
./build.py
```