Skip to content

Commit

Permalink
fixed FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Oct 21, 2018
1 parent e29bc36 commit 4298950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/FAQ_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* [git](https://git-scm.co): clone code from git repository
* [go](https://golang.org/): build source
* [govendor](https://github.com/kardianos/govendor): manager third party dependency
* [docker](https://www.docker.com): manager test envirment
* [mysql](https://www.mysql.com/): connect test envirment
* [docker](https://www.docker.com): manager test environment
* [mysql](https://www.mysql.com/): connect test environment
* [retool](https://github.com/twitchtv/retool): manager test tools such as `gometalinter.v2`, `revive`, `golangci-lint`

### Syntax Error
Expand Down Expand Up @@ -61,7 +61,7 @@ soar -query "select * from film" > ./index.html

```

## Add a new heuristict rule
## Add a new heuristic rule

```bash
advisor/rules.go HeuristicRules add a new item
Expand Down

0 comments on commit 4298950

Please sign in to comment.