-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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".