go-btfs-common

module
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2019 License: MIT

README

go-btfs-common

Common packages among various go-btfs projects.

golang protobuf prototool
1.13 3.10.0 1.9.0

File Structure

.
├── LICENSE
├── Makefile
├── README.md
├── go.mod
├── go.sum
├── info
│   └── node.go (deprecating)
├── protos
│   ├── escrow
│   │   ├── escrow.pb.go
│   │   └── escrow.proto
│   ├── guard
│   │   ├── guard.pb.go
│   │   └── guard.proto
│   ├── ledger
│   │   ├── ledger.pb.go
│   │   └── ledger.proto
│   ├── node
│   │   ├── node.pb.go
│   │   └── node.proto
│   ├── shared
│   │   ├── shared.pb.go
│   │   └── shared.proto
│   └── status
│       ├── status.pb.go
│       └── status.proto
└── prototool.yaml

Install Tools

make install

Lint and Format

make

or

make lintf

Build/Complie

make build

Directories

Path Synopsis
protos

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL