Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed May 5, 2022
1 parent 3d4933a commit a8ce44d
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 431 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ go get && go build

## 待办

[TODO](./TODO.md)
[TODO](docs/TODO.md)

## 使用GoFound的用户

Expand Down
25 changes: 0 additions & 25 deletions build.sh

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions router/assets/123.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
123
5 changes: 0 additions & 5 deletions searcher/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"gofound/searcher/sorts"
"gofound/searcher/storage"
"gofound/searcher/utils"
"gofound/tree"
"log"
"os"
"runtime"
Expand Down Expand Up @@ -58,10 +57,6 @@ type Option struct {

var seg jiebago.Segmenter

func NewUInt32ComparatorTree() *tree.Tree {
return &tree.Tree{Comparator: utils.Uint32Comparator}
}

func (e *Engine) Init() {
e.Add(1)
defer e.Done()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a8ce44d

Please sign in to comment.