Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 336 Bytes

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"
)