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
- Host: GitHub
- URL: https://github.com/bbkane/go.bbkane.com
- Owner: bbkane
- Created: 2022-02-13T00:32:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T15:14:19.000Z (over 1 year ago)
- Last Synced: 2025-03-24T19:49:30.216Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```