Robert van Gent

Results 9 issues of Robert van Gent

https://github.com/golang/oauth2/blob/master/oauth2.go#L239 For example, if I do something like this: ``` ctx, cancel := context.WithCancel(context.Background()) ts, err := google.DefaultTokenSource(ctx) cancel() tkn, err := ts.Token() ``` the last line will fail every...

``` --- FAIL: TestWire (309.01s) --- FAIL: TestWire/FieldsOfCycle (13.81s) wire_test.go:110: /tmp/wire_test290307528/src/example.com/foo/wire.go:24:42: FieldsOf not declared by package wire wire_test.go:123: Errors didn't match expected errors from wire_errors.txt: {[]string}[0]: -: "example.com/foo/wire.go:x:y: FieldsOf not...

This doesn't work: ``` func injectBar(fn func() *Foo) *Bar { panic(wire.Build(fn, NewBar)) } ``` It currently panics. I have an easy fix for the panic, but it then results in:...

enhancement

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x ] I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) - [x ] I've checked [AWS Forums](https://forums.aws.amazon.com)...

bug

Hi, I work on Go Cloud; you looked at Go Cloud a while ago (https://github.com/google/go-cloud/issues/241#issuecomment-409346959). We're looking for early adopters. Any interest in updating/replacing your storage component to use Go...

Cloned from https://github.com/google/go-cloud/pull/3085 by [saeidakbari](https://github.com/saeidakbari).