We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Vanadium Core requires a Go workspace. An empty one can be created like this:
mkdir /tmp/work export GOPATH=/tmp/work cd $GOPATH
To install Vanadium Core run the following command from the root of the $GOPATH:
$GOPATH
git clone https://github.com/vanadium/core.git src/v.io go get -t v.io/...
How to run all the unit tests:
VDLPATH=$PWD/src go test v.io/...