From 24cdd6bbf14a18d1ae31ed25916645f9e0a12d6b Mon Sep 17 00:00:00 2001 From: wzxjohn Date: Thu, 30 Oct 2025 14:21:46 +0800 Subject: [PATCH] fix: typo --- common/embed-file-system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/embed-file-system.go b/common/embed-file-system.go index ced636c3..8de86995 100644 --- a/common/embed-file-system.go +++ b/common/embed-file-system.go @@ -25,7 +25,7 @@ func (e *embedFileSystem) Exists(prefix string, path string) bool { func (e *embedFileSystem) Open(name string) (http.File, error) { if name == "/" { - // This will make sure the index page gose to NoRouter handler, + // This will make sure the index page goes to NoRouter handler, // which will use the replaced index bytes with analytic codes. return nil, os.ErrNotExist }