summaryrefslogtreecommitdiff
path: root/internal/fetch/doc.go
diff options
context:
space:
mode:
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