You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
channel could be "1", "2" or "3". This is confusing, since there is no meaning for defined values. I would suggest to define it according to Golang specification: https://golang.org/ref/spec#Channel_types
e.g. "send", "receive" and "bidirectional".
The text was updated successfully, but these errors were encountered:
According to schema:
https://github.com/gofed/docs/blob/master/schemas/golang-project-exported-api.json#L113
channel could be "1", "2" or "3". This is confusing, since there is no meaning for defined values. I would suggest to define it according to Golang specification:
https://golang.org/ref/spec#Channel_types
e.g. "send", "receive" and "bidirectional".
The text was updated successfully, but these errors were encountered: