summaryrefslogtreecommitdiff
path: root/internal/fetch/doc.go
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-10 21:56:24 -0400
committerdemo <demo@antix1>2026-05-10 21:56:24 -0400
commit916e778dfccc2aa5ce95056b97e11f134bc941f7 (patch)
treee3e7036a4a727f3231d395cc74be917cac0f5b8c /internal/fetch/doc.go
parent79577b9024dea082c9cc8380997a224e3934df27 (diff)
refactor: move 'fetch' to its own package
Diffstat (limited to 'internal/fetch/doc.go')
-rw-r--r--internal/fetch/doc.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/fetch/doc.go b/internal/fetch/doc.go
new file mode 100644
index 0000000..376a4d3
--- /dev/null
+++ b/internal/fetch/doc.go
@@ -0,0 +1,3 @@
+// Package fetch makes a GET request to a given URL, retrieving the
+// HTML contents of that webpage.
+package fetch