v23test & co: Follow-ups for v.io/c/20744

In particular:
- Change syncbased flags so that the default values are zero
  values
- Make v23test.FuncCmd check for calledInitMain, so that if
  v23test.InitMain hasn't been called, the error message
  talks about v23test.TestMain/InitMain instead of
  gosh.InitMain
- Improve some function comments in v23test

Change-Id: I34ecb813ee440ff33bcae75b4311b9e7cce2f050
9 files changed
tree: 19e7c72d366e1cad959b145f0c69f7332618cec2
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.