https://github.com/alranel/go-vcsurl
Go library for parsing and manipulating URLs of VCS services
https://github.com/alranel/go-vcsurl
github golang vcs
Last synced: 5 months ago
JSON representation
Go library for parsing and manipulating URLs of VCS services
- Host: GitHub
- URL: https://github.com/alranel/go-vcsurl
- Owner: alranel
- License: mit
- Created: 2019-06-29T14:03:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-19T10:33:01.000Z (7 months ago)
- Last Synced: 2025-11-19T12:18:40.574Z (7 months ago)
- Topics: github, golang, vcs
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-vcsurl
Go library for parsing and manipulating URLs of VCS services
## Overview [](https://godoc.org/github.com/alranel/go-vcsurl)
This package provides useful functions for parsing and manipulating URLs of VCS
services such as GitHub, GitLab, BitBucket. It can be used to check whether a
given URL points to an account, a repository, a file or a raw file. It also
provides functions for converting file URLs to raw URLs and root raw URLs.
## Install
```bash
go get github.com/alranel/go-vcsurl/v2
```
## Author
Alessandro Ranellucci
## License
MIT