Skip to content

velo-protocol/DRSv1

Repository files navigation

Stellar

VELO DRS

GoDoc Go Report Card

Package Index

Dependencies

This repository is officially supported on the last two releases of Go, which is currently Go 1.12 and Go 1.13.

It depends on a number of external dependencies, and uses Go Modules to manage them. Running any go command will automatically download dependencies required for that operation.

You can choose to checkout this repository into a GOPATH or into any directory, but if you are using a GOPATH with Go 1.12 or earlier you must set environment variable GO111MODULE=on to enable Modules.

Troubleshoot

  • If go mod download or go mod tidy fail, try
brew install hg
brew install bzr