It seems that updating to v0.16.0 fixes this issue but that pulls new dependencies, so I am just going to backport the fix for this.
On 04/01/18 11:49, Martín Ferrari wrote: > On 14/12/17 22:48, Adrian Bunk wrote: > >> # cloud.google.com/go/spanner/internal/testutil >> src/cloud.google.com/go/spanner/internal/testutil/mockserver.go:238:30: >> cannot use m (type *MockCloudSpanner) as type spanner.SpannerServer in >> argument to spanner.RegisterSpannerServer: >> *MockCloudSpanner does not implement spanner.SpannerServer (missing >> ListSessions method) >> ... > > It seems the latest upload to golang-google-genproto broke the API. Will > have to investigate... > > -- Martín Ferrari (Tincho)