Documentation
¶
Overview ¶
Package url contains general processing functions for some urls.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchGitURLPrefix ¶
MatchGitURLPrefix determine if the git URL is a subset of the target URL This matches: gitURL: https://github.com/katanomi/pkg.git target:
- https://github.com/katanomi/pkg.git
- https://github.com/katanomi/pkg
- https://github.com/katanomi/
- https://github.com
This mismatch: gitURL: https://github.com/katanomi/pkg.git target:
This mismatch: gitURL: https://github.com/katanomi/pkg target:
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.