ref/services/groups: requiring a build tag to build the leveldb
implementation

This is an attempt to avoid requiring leveldb for building and testing
the Vanadium core. The hope is that hiding the leveldb dependencies
behind a build tag will prevent "go get" from fetching the syncbase
repository.

This CL also aligns the command-line flags used by the groups services
with those used by the syncbase service.

Change-Id: I7b4e1b9575f29fc510fefc16d191c1f161d04bd0
6 files changed
tree: ae732e7c1218cab26fa11e69d857c9914445aefa
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTORS
  11. envvar.go
  12. envvar_test.go
  13. LICENSE
  14. PATENTS
  15. README.md
  16. 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.