Skip to content

pipekit/pipekit-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go client for the pipekit API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages