Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkg/process: fix potential race condition | Unknwon | 2017-06-11 |
| | | | | | | Following conditions were not protected: 1. Use and increase next pid 2. Append and remove process from the list | ||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory |