소스 검색

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
 	}