Adds taskctl to list (#3102)

This commit is contained in:
Yevhen Terentiev 2020-06-11 19:15:23 +03:00 committed by GitHub
parent f6a3a59fbf
commit 2bbf67a1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1960,6 +1960,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB. * [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB.
* [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs. * [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs.
* [Task](https://github.com/go-task/task) - simple "Make" alternative. * [Task](https://github.com/go-task/task) - simple "Make" alternative.
* [taskctl](https://github.com/taskctl/taskctl) - Concurrent task runner.
* [tome](https://github.com/cyruzin/tome) - Tome was designed to paginate simple RESTful APIs. * [tome](https://github.com/cyruzin/tome) - Tome was designed to paginate simple RESTful APIs.
* [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer. * [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer.
* [ugo](https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go. * [ugo](https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go.