From 916e778dfccc2aa5ce95056b97e11f134bc941f7 Mon Sep 17 00:00:00 2001 From: demo Date: Sun, 10 May 2026 21:56:24 -0400 Subject: refactor: move 'fetch' to its own package --- internal/fetch/doc.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/fetch/doc.go (limited to 'internal/fetch/doc.go') 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 -- cgit v1.2.3