RunningIkkyu / openrpc-go

The Go implementation of OpenRPC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openRPC-Go

OpenRPC logo

The Go implementation of openRPC.

Prerequisites

Go: any one of the three latest major releases.

Installation

Import the package in your code:

import "github.com/RunningIkkyu/openrpc-go"

then, go [build|run|test] will automatically fetch the package.

Otherwise, to install the openrpc-go package, run the following command:

$ go get -u github.com/RunningIkkyu/openrpc-go

Quick Start

TBD

Learn more

About

The Go implementation of OpenRPC.


Languages

Language:Go 100.0%