Skip to content

Kinetic/kinetic-go

Repository files navigation

Kinetic-Go

Build Status GoDoc Go Report Card License: MPL 2.0

Introduction

Kinetic client library in Golang.

Kinetic Protocol Version

This client is using version 3.1.0 from Kinetic-Protocol

Installation

Install with following command:

go get github.com/Kinetic/kinetic-go 

Documents

Visit https://godoc.org/github.com/Kinetic/kinetic-go to see API documents.

Usage Examples

Refer to file kinetic_test.go and connection_test.go for some examples.

More examples can be found in kinetic-go-examples repository.

License

This project is licensed under Mozilla Public License, v. 2.0