Thanks for helping us build Recurly's Go library! This page contains requirements and guidelines for contributions.
- New objects must include type assertions in the service and mock.
- New services need to be added to
services.go
and in themock
package. - This package uses
cmp
instead ofreflect
for tests. All submissions must include tests. - Please follow the Go Standard Library style (for example, line comments should end with a period but inline comments should not).
The best place to ask dev related questions is in Issues
for this repo.