Skip to content

Package nodeinfo implements the NodeInfo protocol ( https://github.com/jhass/nodeinfo ), for the Go programming language.

License

Notifications You must be signed in to change notification settings

reiver/go-nodeinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-nodeinfo

Package nodeinfo implements the NodeInfo protocol, for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-nodeinfo

GoDoc

Import

There are separate sub-packages for each version of nodeinfo. So, would you import whichever packages you are interested in using.

To import package nodeinfo for nodeinfo 2.2 use import code like the following:

import "github.com/reiver/go-nodeinfo/2.2"

To import package nodeinfo for nodeinfo 2.1 use import code like the following:

import "github.com/reiver/go-nodeinfo/2.1"

To import package nodeinfo for nodeinfo 2.0 use import code like the following:

import "github.com/reiver/go-nodeinfo/2.0"

To import package nodeinfo for nodeinfo 1.1 use import code like the following:

import "github.com/reiver/go-nodeinfo/1.1"

To import package nodeinfo for nodeinfo 1.0 use import code like the following:

import "github.com/reiver/go-nodeinfo/1.0"

Installation

To install package nodeinfo do the following:

GOPROXY=direct go get github.com/reiver/go-nodeinfo

Author

Package nodeinfo was written by Charles Iliya Krempeaux

About

Package nodeinfo implements the NodeInfo protocol ( https://github.com/jhass/nodeinfo ), for the Go programming language.

Topics

Resources

License

Stars

Watchers

Forks

Languages