aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
Diffstat (limited to 'skate')
-rw-r--r--skate/url.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/url.go b/skate/url.go
index 91f0185..4ea406e 100644
--- a/skate/url.go
+++ b/skate/url.go
@@ -16,7 +16,7 @@ var (
patBrokenHttpSchema = regexp.MustCompile(`^https?[^://]*?.*`)
patBrokenSchemaPrefix = regexp.MustCompile(`(http|https)\W+(.*)`)
- // Note: technically, only "http" is the schema (https://stackoverflow.com/q/56297974/89391).
+ // Note: [...] and naming things, https://stackoverflow.com/q/56297974/89391.
okPrefixes = []string{"http://", "https://", "ftp://"}
)