A package used to easily build command pipelines in your Go applications
Перейти к файлу
Torsten Walter 48904b16a6
Merge pull request #26 from github/fix-workflow-permissions
Configure workflow permissions
2024-11-11 09:04:40 +01:00
.github Configure workflow permissions 2024-11-09 16:22:01 +01:00
internal/ptree Move the memory limit related functionality available in grpcd into the library 2022-11-25 10:53:51 +01:00
pipe TestPipelineStdinThatIsNeverClosed(): new failing test (skipped) 2023-12-04 12:19:30 +01:00
.gitignore go-pipe: initial release 2022-11-21 16:31:12 +01:00
.golangci.yml Move golangci-lint-action to 3.7.0 2023-10-25 11:22:53 +02:00
CODEOWNERS go-pipe: initial release 2022-11-21 16:31:12 +01:00
CODE_OF_CONDUCT.md go-pipe: initial release 2022-11-21 16:31:12 +01:00
CONTRIBUTING.md go-pipe: initial release 2022-11-21 16:31:12 +01:00
LICENSE.md go-pipe: initial release 2022-11-21 16:31:12 +01:00
Makefile go-pipe: initial release 2022-11-21 16:31:12 +01:00
README.md Proper README formatting 2022-11-29 11:10:20 +01:00
SECURITY.md go-pipe: initial release 2022-11-21 16:31:12 +01:00
SUPPORT.md go-pipe: initial release 2022-11-21 16:31:12 +01:00
go.mod Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 2024-03-01 22:40:30 +00:00
go.sum Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 2024-03-01 22:40:30 +00:00

README.md

go-pipe GoDoc

A package used to easily build command pipelines in your Go applications

Important

We have not thoroughly tested this package on OS different to Linux, especially Windows. At this time, using this package on Windows based systems is considered experimental and will be supported only on a best effort basis.

Links