~bigbes/core-go: 76279c9b

Fix json struct tag

Found via `go vet`:

    auth/middleware.go:259:2: struct field tag `json:"oauth_client_id",omit-empty` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces

Simon Ser <contact@emersion.fr> — 2021-08-26 10:04:06 UTC

Commit 76279c9b1c0fc5c90bf97360d4a101fa8460ee45view raw patch

Parent(s): 48250772

1 changed file(s)

FileStatus+
auth/middleware.go M +1 -1