浏览代码

fix: typo

wzxjohn 4 月之前
父节点
当前提交
2a62aea46c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/embed-file-system.go

+ 1 - 1
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
 	}