Skip to content
#

Go

go logo

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.

Here are 178 public repositories matching this topic...

mellistibco
mellistibco commented Oct 15, 2018

Current behavior (how does the issue manifest):
The lambda invoke activity returns a value object which includes the payload and the []byte serialized response. This really has no real purpose and causes confusion between the unmarshaled payload in the return param result .

Expected behavior:
Remove the value param, as both the unmarshaled payload and the status are both returne

dthyresson
dthyresson commented Dec 15, 2021

Feature request

While the PR supabase/gotrue-js#195 adds listUsers, perhaps it should be renamed findUsers since the GoTrue implementation supports a find filter using FindUsersInAudience that finds users with the matching audience with a filter option and a sort:

if filter != "" {
	lf := "%" + filter + "%"
	// we must specify the collation in order to get case
enhancement good first issue

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language