GaRY
Results
3
issues of
GaRY
- 添加了一个自定义变量`prefix`,可以设置上传的时候选择自定义上传前置路径。 - 修改了版本为1.1。 - 修改了readme中的一个提示。
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...