-
Notifications
You must be signed in to change notification settings - Fork 42
librarian: rename Url to URL #689
Copy link
Copy link
Closed
Description
Examples:
librarian/internal/github/github.go
Line 198 in 568aee5
| func ParseUrl(remoteUrl string) (*Repository, error) { |
librarian/internal/librarian/flags.go
Line 86 in 568aee5
| func addFlagReleasePRUrl(fs *flag.FlagSet, cfg *config.Config) { |
librarian/internal/librarian/flags.go
Line 94 in 568aee5
| func addFlagRepoUrl(fs *flag.FlagSet, cfg *config.Config) { |
librarian/internal/librarian/flags.go
Line 106 in 568aee5
| func addFlagSyncUrlPrefix(fs *flag.FlagSet, cfg *config.Config) { |
librarian/internal/librarian/flags.go
Line 114 in 568aee5
| func addFlagTagRepoUrl(fs *flag.FlagSet, cfg *config.Config) { |
| func parsePrNumberFromUrl(url string) (int, error) { |
- also rename
PrtoPR
Unrelated: this should be ParseURL
Originally posted by @jba in #687 (comment)
Reactions are currently unavailable