commit | cc722c167825f4e5ad0b20e00a96d0f80341aaa6 | [log] [tgz] |
---|---|---|
author | Asim Shankar <ashankar@google.com> | Wed May 27 22:08:54 2015 -0700 |
committer | Asim Shankar <ashankar@google.com> | Wed May 27 22:09:02 2015 -0700 |
tree | 18ad0de4f5875c1e3de207223cc7c56a99798776 | |
parent | 7a208913b294779fbe21d7ee8e24c08b59f4eaf8 [diff] |
namespace: Glob returns a recv-only channel. API change to make it clearer that the channel returned by Glob is read-only and makes the compiler ensure that the caller cannot close the channel (which would lead to panics as the Glob implementation also closes the channel). MultiPart: 2/2 Change-Id: Ie96c244af573b069e9806ce012d1dd3754745ca3
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.