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 /static/rules/pathrules.json | |
| 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 'static/rules/pathrules.json')
| -rw-r--r-- | static/rules/pathrules.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/rules/pathrules.json b/static/rules/pathrules.json index 7e04441..4f8c9f0 100644 --- a/static/rules/pathrules.json +++ b/static/rules/pathrules.json @@ -1,4 +1 @@ -[{ - "Path": "/root/go/src/commdetection", - "Coefficient": 0.5 -}]
\ No newline at end of file +[{"Path":"/root/go/src/commdetection","Coefficient":0.5}]
\ No newline at end of file |
