proio-org / go-proio

Go proio implementation and home of proio command-line tools
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link
go golang hep high-energy-physics nuclear-physics protobuf protocol-buffers

proio for Go

Build Status codecov Codacy Badge

Please see the main proio repository for general information on proio.

API

API documentation is provided by godoc.org

GoDoc

Installation

go-proio and included command-line tools are go get-able. Make sure you have the go compiler installed and set up:

go get github.com/proio-org/go-proio/...

If you do not have the go compiler, you can find pre-compiled binaries for the tools in the releases.

For information on what versions of Go are supported, please see the Travis CI page.

Examples