From 775c0c1040e6a6622fec39d49b354bfa194a6998 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Sat, 30 Sep 2023 20:08:33 -0600 Subject: file serving refactor * do away with fs.FS usage in gemini, like the previous refactor in gopher * remove spartan code in contrib * standardize fsroot/urlroot string arguments to file serving handlers --- gopher/gophermap/mdconv/convert_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'gopher/gophermap/mdconv') diff --git a/gopher/gophermap/mdconv/convert_test.go b/gopher/gophermap/mdconv/convert_test.go index 2e39106..7c2ab23 100644 --- a/gopher/gophermap/mdconv/convert_test.go +++ b/gopher/gophermap/mdconv/convert_test.go @@ -32,13 +32,11 @@ I am informational text continued on this line ` + "```" + ` - [this is my text file](/file.txt) ` + "```" + ` ` + "```" + ` - [here's a sub-menu](/sub/) `)[1:], -- cgit v1.2.3