The official Pipekit golang library
Make sure your project is using Go Modules (it will have a go.mod file in its
root if it already is):
go mod initThen, reference pipekit-go in a Go program with import:
import (
"github.com/pipekit/pipekit-go"
)