Skip to content

Commit

Permalink
修复文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Apr 15, 2022
1 parent 8d5cd42 commit 75e1881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ go get && go build
+ 启动

```shell
./go_search --addr=:8080 --path=./data
./gofound --addr=:8080 --path=./data
```

+ 其他命令
Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
与GIN框架保持一致。

```shell
export GIN_MODE=release && ./go_search
export GIN_MODE=release && ./gofound
```

0 comments on commit 75e1881

Please sign in to comment.