GaRY

Results 3 issues of GaRY

- 添加了一个自定义变量`prefix`,可以设置上传的时候选择自定义上传前置路径。 - 修改了版本为1.1。 - 修改了readme中的一个提示。

如题,这样可以大大提高web程序,前端脚本的检测正确性和监测方式。 但是因为是异步的,处理起来和现在的流程匹配比较麻烦,待添加。

enhancement

In this line, FindByName search the name in `ps` output: https://github.com/radovskyb/process/blob/19aa1db15317c63efd965f42d168f1885abc5e35/process.go#L230 but the output already have `ToLower` https://github.com/radovskyb/process/blob/19aa1db15317c63efd965f42d168f1885abc5e35/process.go#L224 So if you search a process name with capital letters, It will...