Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 572 Bytes

Koinos Proto Golang

This repository is automatically generated by Koinos Proto.

Bug and feature requests should be submitted to Koinos Proto Issues.

Pull requests should be submitted to Koinos Proto Pull Requests.

Usage

To utilize Koinos Proto in a Golang project use the following import statement:

import (
   proto "github.com/koinos/koinos-proto-golang"
)

Then pull down the dependency with go get -d ./...