From ad658306ce9a6fa7fbec6efb9da9c139de576b04 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 31 Dec 2023 06:50:32 +0100 Subject: Embedded robots.txt --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 51ef34c..73de3e1 100644 --- a/main.go +++ b/main.go @@ -12,8 +12,7 @@ import ( "github.com/gorilla/mux" ) -//go:embed *.js -//go:embed *.in +//go:embed *.js *.in robots.txt var content embed.FS func handleEntryOptions(w http.ResponseWriter, r *http.Request) { -- cgit v1.1