type google.golang.org/api/option.withScopes

3 uses

	google.golang.org/api/option (current package)
		option.go#L85: 	return withScopes(scope)
		option.go#L88: type withScopes []string
		option.go#L90: func (w withScopes) Apply(o *internal.DialSettings) {