vanadium / core

Slimmed down version of Vanadium that is focused on its RPC and security system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the go:generate for `doc.go`

razvanm opened this issue · comments

We currently have 35 occurrences of go:generate of the following type:

//go:generate go run $JIRI_ROOT/release/go/src/v.io/x/lib/cmdline/testdata/gendoc.go . -help

The $JIRI_ROOT doesn't exist anymore so all these need to be adjusted.

This was fixed in d75ba39.