commit 2c2b153d5bd0f9aff5480570665733d1b26b329e
parent 58680473757236d39a1915352eb170189dcd4fe8
Author: Andrew Laack <andrew@laack.co>
Date: Thu, 30 Apr 2026 17:24:48 -0500
Added comment
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/main.go b/main.go
@@ -61,6 +61,12 @@ func index(url string) (string, []string) {
}
func main() {
+
+
+ // TODO: Read line from file, go from there; append only
+ // how to multi-thread?
+ // go mutex duh
+
currentUrl := "gemini://tlgs.one/known-hosts"
body, forwardGeminiLinks := index(currentUrl)