/pipekit-go

Go client for the pipekit API

Primary LanguageGo

Pipekit Go

The official Pipekit golang library

Installation

Make sure your project is using Go Modules (it will have a go.mod file in its root if it already is):

go mod init

Then, reference pipekit-go in a Go program with import:

import (
    "github.com/pipekit/pipekit-go"
)