Async shell runner in Go
Go to file
2024-11-18 22:33:14 -08:00
.gitignore Initial commit 2024-10-21 12:29:17 -07:00
.golangci.yml Initial commit 2024-10-21 12:29:17 -07:00
.pre-commit-config.yaml Initial commit 2024-10-21 12:29:17 -07:00
go.mod Rename to tortoise 2024-10-21 17:12:14 -07:00
LICENSE Initial commit 2024-10-21 12:29:17 -07:00
main_test.go Add timeouts and the ability to pass in a Cmd directly 2024-11-18 22:33:14 -08:00
main.go Add timeouts and the ability to pass in a Cmd directly 2024-11-18 22:33:14 -08:00
Makefile Initial commit 2024-10-21 12:29:17 -07:00
README.md Rename to tortoise 2024-10-21 17:12:14 -07:00

Tortoise

Library for asyncronously executing shell commands in Go