diff options
| author | EnderByEndera <[email protected]> | 2021-01-05 18:12:47 +0800 |
|---|---|---|
| committer | EnderByEndera <[email protected]> | 2021-01-05 18:12:47 +0800 |
| commit | ff5e63a5c277b9fe2284fd2d9ed988cec177431a (patch) | |
| tree | 14dc81eecac2a88b2c8e75d1302f8cb771e6c89a /rules/rules.go | |
| parent | c8e63c7cf633d01688b7d65199703d03863910ee (diff) | |
1. in root.go, added a new goroutine to output0.0.5
output.json in 3 mins(will let user change it in the future)
2. in version.go changed version from 0.0.2 to 0.0.5
3. changed GetCommands, not GetCommands func will have no args and
will call GetCommandsFromHist func
4. deleted verEndpoint and startEvaluateEndpoint func for it has no value
5. added history.sh to use history command-line tool
6. deleted router.StartRouter() in main.go
Diffstat (limited to 'rules/rules.go')
| -rw-r--r-- | rules/rules.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rules.go b/rules/rules.go index 8c3ec65..4929551 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -1,7 +1,7 @@ /* * @Author: EnderByEndera * @Date: 2020-12-04 15:03:00 - * @LastEditTime: 2021-01-04 16:44:06 + * @LastEditTime: 2021-01-05 17:58:28 * @LastEditors: Please set LastEditors * @Description: rules provide all the rules to check the commands' availability and set score of every command * @FilePath: /commdetection/rules/commcheck.go |
